/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media screen and (max-width: 1600px) {
	.myBanner .right{background-position: 70% 50%!important;}
}

@media screen and (max-width: 1300px) {
	.myBanner .right{background-position: 85% 50%!important;}
}

@media screen and (max-width: 1100px) {
	.myBanner .right{background-position: 100% 50%!important;}
    .table{padding: 0 20%; box-sizing: border-box;}
}

@media screen and (max-width: 1000px) {
	.myBanner .right{background-position: 120% 50%!important;}
}

div{box-sizing: border-box;}
.myRelative{position: relative;}
.wideAbsolute{position: absolute; width: 100%; top: 0; right: 0; bottom: 0; left: 0;}
.marginBottom{margin-bottom: 50px;}
.cover{background-size: 120%; background-position: center;}
.fixedBg{background-attachment: fixed;}
.myContainer{padding: 0 20px;}


@media screen and (min-width: 1100px) {
	.myContainer{width: 1100px; margin: 0 auto; padding: 0;}
	.marginBottom{margin-bottom: 150px;}
    .table:hover{padding: 0 20%; box-sizing: border-box;}
}

@media screen and (max-width: 900px) {
    .myGallery .box{width: 50%; float: none; margin: 0 auto; height: 200px!important;}
    .table{height: auto!important; width: 100%;}
    .myGallery.scrolling .box{background-attachment: scroll; background-size: cover;}
    .box.cover{height: 300px!important;}
    .one{margin-bottom: 50px;}
    .myGallery {background: #ffffff!important; margin-top: 100px;}
    .smallCircle{display: none;}
    .simpleBox{text-align: center;}
    .MrPink, .MrWhite{display: none;}
    .greyBox2{padding: 50px;}
    .myGallery .box{background-position: 50px 50%;}
    .myGallery .box{width: 100%!important; height: 300px!important;}
}


@media screen and (min-width: 800px) {
    
    input[type="text"], textarea, input[type="email"]{width: 70%;}
    
     .menu li a:after{display: inline-block; content:""; height: 7px; width: 7px; background: #e38073; border: 2px solid #ffffff; border-radius: 7px; margin-left: 15px; transition: border 0.5s; margin-bottom: -2px;}
.menu li:hover a:after, .menu li.current_page_item a:after{background: #ffffff; border: 2px solid #e38073;}
    #lang_sel_click{margin-top: 9px!important;}
    
    /* ------- BANNER --------*/
	.myBanner .right, .myBanner .left{width: 50%; float: left; height: 600px; overflow: hidden;}
    .letter{height: 600px; width: 100%; position: relative;}
	.myBanner .right{background-color: #e38073; background-size: 60%;}
    .myBanner .left{text-align: right; padding-right: 70px;}
    
    .myBanner{width: 100%; height: 600px;}
    .animate .bar{width: 25px; height: 90%; background: #ffffff; position: absolute; bottom: 0; transition: width 2s; -webkit-transition-delay: 1s; transition-delay: 1s;}
    .animate .circle{height: 400px; width: 400px; background: #e38073; border: 90px solid #ffffff; border-radius: 400px; position: absolute; bottom: -60px; left: -60px; transition: all 2s; -webkit-transition-delay: 0.5s; transition-delay: 0.5s;}
    
    .bar{width: 0px; height: 90%; background: #ffffff; position: absolute; bottom: 0;}
    .circle{height: 400px; width: 400px; background: #e38073; border: 0px solid #ffffff; border-radius: 400px; position: absolute; bottom: -60px; left: -60px;}
    
    .myBanner .text{width: 100%; height: 600px; display: table-cell; vertical-align: middle; text-align: right; width: 3000px;}
    
    .greyBox{padding:150px;}

}

@media screen and (max-width: 800px) {
    .myBanner{height: auto!important; text-align: center;}
    .myBanner .left{width: 100%; float: none!important; height: auto; background: #e38073; color: #ffffff;}
    .myBanner .right{display: none!important;}
    .myBanner .text{padding: 50px 10px; }
}


@media screen and (max-width: 980px) {
	body {
	}

	.grid,
	.grid-right {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}
}

@media screen and (max-width: 800px) {
	#lang_sel_click{margin-top: 0px!important;}
    
    .postBild{margin: 20px auto 20px auto; width: 100%!important;}
    
    .myNav{width: 200px;}

	#logo {
		float: left;
		margin: 0;
		text-align: center;
        width: 200px;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: none;
		position: relative;
		width: auto;
		margin: 0 auto 10px auto;
		text-align: center;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	.js .sub-header-menu {
		display: none;
	}

	.js .main-nav {
		clear: both;
		position: relative;
		margin: 0 auto;
		background-color: #e38073;
	}

	.js .main-nav .menu {
		display: none;
		position: absolute;
		z-index: 1000;
		top: 30px;
		width: 100%;
	}

	.js .main-nav .menu ul {
		margin-top: 1px;
	}

	.js .main-nav .menu li {
		float: none;
		border: none;
		background-color: #fff;
	}

	.js .main-nav .menu li a {
		height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		color: #444;
		text-shadow: none;
		font-size: 13px;
		font-weight: normal;
		line-height: 45px;
		text-align: left;
		cursor: pointer;
        text-align: center;
	}

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}

	.js .main-nav .menu li li:hover {
		background: none !important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-color: #f5f5f5 !important;
		background-image: none;

		filter: none;
	}

	.js .main-nav .menu li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
		content: "\2013";
	}

	.js .main-nav .menu li li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
		content: "\2013";
	}

	.js .main-nav .menu li li li a::after {
		position: absolute;
		top: 0;
		left: 30px;
		content: "\2013";
	}

	.js .main-nav .menu li ul {
		visibility: visible;
		position: static;
		background-color: #fff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: #fff;
		font-weight: 700;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button {
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 40px;
		height: 40px;
		margin-left: -50px;
		background: url("../images/select-icons.png") #e38073 50% 50% no-repeat;
		cursor: pointer;
	}


	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
}

@media screen and (max-width: 700px) {
    
    .myGallery .box{width: 95%;}   
}

@media screen and (max-width: 600px) {
    .teaserImg{background-size: cover!important;}
    .simpleBox{padding: 0 1%; text-align: center;}   
    h3 a, h2{font-size: 20px;}
    .table{padding: 0 20%; box-sizing: border-box;}
}

@media screen and (max-width: 480px) {
	.table{padding: 1%;}
    
    .myGallery .box{background-position: 20px 50%;}

	#logo {
		float: none;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		padding: 40px 20px 0 20px;
		font-size: 40px;
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;

		text-rendering: optimizeSpeed;
	}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
}

@media screen and (max-width: 400px) {
    .greyBox{padding: 20px;}
    .greyBox2{width: 100%;}
    #header .myNav{width: 85%;}
}

@media screen and (max-width: 500px) {
    #logo{width: 100%;}
    .myNav{width: 20%;}
    .right{margin-top: -5px!important;}
    .js .main-nav #responsive_current_menu_item{background: #d0d0d0;}
}

@media screen and (max-width: 320px) {
	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		padding: 7px 17px;
		font-size: 14px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
}

@media screen and (max-width: 240px) {
	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		padding: 5px 15px;
		font-size: 12px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		height: 13px;
		font-size: 14px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
}
