/*
Theme Name: MarinaFriedt
Version: 1.0
Description: A child theme of WordX by MyThemeShop
Template: mts_wordx
*/

@import url("../mts_wordx/style.css");


#header {
   background: #000000;
   height: 10px;
   padding-right:25px;
   padding-top: 5px;
}

#site-header {
    background: #dbdbdb;
    padding-bottom: 0px !important;
	padding-top: 20px;
	border-bottom:0px;
	box-shadow: 0 0 0; 
}

/*navigation*/

#primary-navigation a {
   text-transform: none !important;
   color: #ffffff;
	padding-left: 40px;
}

#page {
	padding-top: 0;
	}

/*Content*/
#content_box, .single_page {
	width: 136.8%;
    max-width: 1195px !important;
	margin: 0px 0px 30px 0px;
	padding: 30px 30px 30px 30px;
	background: #ffffff;
}

.post-single-content, .single-title, .post-info,
.post-content, .entry-title, .single-featured-thumbnail,  .breadcrumb, .postauthor, .related-posts {
	max-width: 92%;
    padding-left: 4%;
	padding-right: 4%;
}

/*Thumbnail*/
.post-type-2 .featured-thumbnail {
    max-width: 360px; 
}	

#commentsAdd {
	max-width: 90%;
	padding-left: 5%;
}

h2 {
	color: #ACDDF8;
}

/*seitenleiste*/
.search-results, .article, .search-no-results .article,
.error404 .article {
    width: 100%;
    }

#sidebar {
    display: none;
}

.article {
	margin-top: 0;
}

.article .widget {
	max-width: 600px;
	width: 100%;
  vertical-align: top;
	float: left !important;
}

.textwidget {
	vertical-align: top;
}

table#t01 {
	  width: 100%; 
      height: 700px;
	  background: #ffffff;
	background-image: url(https://marinafriedt.de/wp-content/uploads/2018/01/bg03.jpg);
	    background-repeat: no-repeat;
    background-size: 100% 700px !important;
}

table#t02 {
	  width: 95.7%; 
	  margin-left: 2% !important;
	  height: 700px;
	  background: #ffffff;
	  background-image: url(https://marinafriedt.de/wp-content/uploads/2018/01/bg03.jpg);
	  background-repeat: no-repeat;
    background-size: 100% 700px !important;
}

table#t03 {
	  width: 100%; 
      height: 700px;
	  background: #ffffff;
	background-image: url(https://marinafriedt.de/wp-content/uploads/2018/01/bg03.jpg);
	    background-repeat: no-repeat;
    background-size: 100% 700px !important;
}

table th, table td {
	padding: 0px 15px;
	vertical-align: top;
	text-align: left;
	overflow: hidden !important;
}