/*
Theme Name: STW Vlotho
Theme URI: http://www.studio-zukunft.de
Description: Template zum Aufbau eines resposiven OnePagers
Author: Thomas Fiedler
Author URI: http://www.studio-zukunft.de
Version: 1.1
*/


@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=fd45bda4-d347-45e7-b546-e97730adc342&fontids=1123509,1123527");
    @font-face{
        font-family:"UniversNextW04-330Light";
        src:url("https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/1123509/bb16afbb-5adf-4797-a53d-f6fed7005416.eot?#iefix");
        src:url("https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/1123509/bb16afbb-5adf-4797-a53d-f6fed7005416.eot?#iefix") format("eot"),url("https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/1123509/6f291445-e59c-49c3-bf94-b1290feb346f.woff2") format("woff2"),url("https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/1123509/26ec0ece-d544-4874-b34d-010664b407d8.woff") format("woff"),url("https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/1123509/c5cfa2bd-2b28-44ad-9610-1bd6786b4cac.ttf") format("truetype");
    }
    @font-face{
        font-family:"UniversNextW04-630Bold";
        src:url("https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/1123527/2a640f5e-0da8-455c-812d-b3012f8a3ba1.eot?#iefix");
        src:url("https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/1123527/2a640f5e-0da8-455c-812d-b3012f8a3ba1.eot?#iefix") format("eot"),url("https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/1123527/77e1b713-e44f-47f3-b078-5e69368a9b78.woff2") format("woff2"),url("https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/1123527/82829af4-92d7-4267-ac7e-439844f56c60.woff") format("woff"),url("https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/1123527/dcc410df-019a-4486-9275-f461a79c3c25.ttf") format("truetype");
    }
    
    
/* vollkorn-regular - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
  src: local('Vollkorn Regular'), local('Vollkorn-Regular'),
       url('https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/vollkorn-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/Fonts/vollkorn-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.error_form {
	font-size: 1.2em !important;
	line-height: 1.3;
	width: 60%;
	padding: 18px;
	background-color: #d25a2c;
	color: #fff;
}

.error_form a {
	color: #fff !important;
	text-decoration: underline !important;
}
    

div.privacy-msg p {
    width:200px;
    border: 1px solid black;
    padding: 5px;
    text-align:center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

img.button_zaehlerstand {
	width: 220px;
	height: auto;
}


/* Basic Structure */

html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body {
    background: #fff;
    font-family: 'UniversNextW04-330Light', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: regular;
    line-height: 1.3em;
    height: 100%;
    width: 100%;
}

#logo {
	position: absolute;
	z-index: 3;
	background-size: cover;
	background-image: url(https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/images/logo.png);
	height: 149px;
	width: 234px;
	cursor: pointer;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#logo a {
	width: 100%;
	height: 100%;
	display: block;
}

#logo:hover {
	opacity: 0.2;
}

#wrapper {
	margin: 0 auto;
}

.wrapper {
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 149px;
	background-color: #fff;
}



/* Typo */

strong {
	font-family: 'UniversNextW04-630Bold', sans-serif;
}

hr {
	border: none;
	border-top: 1px solid #707173;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

p {
	margin: 0 0 1em 0;
}


	




/* Sitemap */

ul.page-list ul.children {
	margin-left: 30px;
}

ul.page-list a {
	color: #000 !important;
	font-size: 16px;
}

ul.page-list li {
	padding: 2px;
}



/* Navigation */

#navi {
	position: relative;
	width: 100%;
	background-color: #cfff00;
}

#navi ul {
	float: right;
	margin: 66px 0 0 0;
	padding: 0;
}

#navi ul li {
	float: left;
	margin: 0 0 0 52px;
}

#navi ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 1.6em;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#navi ul li a:hover {
	opacity: 0.2;
}

#navi ul li:first-child {
	display: none;
}

#navi ul li ul li:first-child {
	display: block;
}

#navi ul.children {
	position: absolute;
	display: none;
	background-color: #fff;
	margin: 0 0 0 -30px;
	padding: 30px 30px 30px 30px;
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.4);
	z-index: 2;
}

#navi ul li ul.children li {
	float: none;
	margin: 0;
	display: block;
	width: auto;
	border-bottom: 1px solid #707173;
	padding: 3px 20px 1px 0;
	cursor: pointer;
}

#navi ul li ul.children li a {
	float: none;
	margin: 0;
	font-size: 1em;
	color: #000;
}

#navi ul li ul.children li.current_page_item a {
	color: #7f7f7f;
}

#navi ul li:hover ul.children {
	display: block;
}

#navi ul li.page-item-7 ul.children {
	display: none;
}

#left_col ul#subnavi_leftcol {

}

#left_col ul#subnavi_leftcol li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #707173;
	padding: 6px 0 2px 0;
	color: #7f7f7f;
	cursor: pointer;
}

#left_col ul#subnavi_leftcol.jumper li {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#left_col ul#subnavi_leftcol.jumper li:hover {
	opacity: 0.2;
}

#left_col ul#subnavi_leftcol li a {
	display: block;
	text-decoration: none;
	color: #000;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#left_col ul#subnavi_leftcol li.current_page_item a {
	color: #7f7f7f;
}

#left_col ul#subnavi_leftcol li a:hover {
	opacity: 0.2;
}

#left_col ul#subnavi_leftcol li.current_page_item {
	color: #000;
}


/* Navigation mobil */

#navi_mobile {
	position: absolute;
	display: none;
	right: 42px;
	top: 48px;
	font-size: 1.8em;
	cursor: pointer;
}

#navi_mobile_layer {
	position: relative;
	width: 100%;
	height: 2000px;
	display: none;
	background-color: #fff;
	opacity: 1;
	z-index: 10;
	overflow-y: scroll;
}

#mobile_navi_close {
	position: absolute;
	display: block;
	right: 42px;
	top: 28px;
	width: 62px;
	height: 62px;
	background-image: url(https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/images/mobile_navi_close.png);
	background-size: 62px 62px;
	cursor: pointer;
}

#navi_mobile_layer ul.navi_mobile {
	width: 300px;
	background-color: white;
	margin: 140px auto 0 auto;
	font-size: 2.2em;
}

#navi_mobile_layer ul.navi_mobile li {
	margin: 0 0 30px 0;
}

#navi_mobile_layer ul.navi_mobile li a {
	display: block;
	text-decoration: none;
	color: #000;
}

#navi_mobile_layer ul.navi_mobile_sub {
	width: 300px;
	background-color: white;
	margin: 38px auto 0 auto;
}

#navi_mobile_layer ul.navi_mobile_sub li {
	margin: 0 0 8px 0;
}

#navi_mobile_layer ul.navi_mobile_sub li a {
	display: block;
	text-decoration: none;
	color: #000;
}

#navi_mobile_layer ul.navi_mobile li ul.sub-menu {
	display: none;
	margin: 56px 0 12px 0;
}

#navi_mobile_layer ul.navi_mobile li ul.sub-menu li {
	font-size: 0.6em;
	margin: 0 0 12px 0;
	line-height: 1.3em;
}



/* Banner */

#banner {
	position: relative;
	width: 100%;
    z-index: 1;
}

#banner .singlebanner {
	display: block;
	width: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.singlebanner_caption {
	position: absolute;
	background-size: cover;
}

#banner_bottom {
	position: relative;
	width: 100%;
	min-height: 48px;
	background-image: url(https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/images/back_pager.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0;
}

#banner_bottom .caption {
	font-family: 'Vollkorn', serif;
	color: #fff;
	font-size: 1.2em;
}

.flickity-prev-next-button {
  	width: 49px;
  	height: 49px;
	background: transparent;
	border: 0px solid white;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.flickity-prev-next-button:hover {
  	opacity: 0.2;
  	background: transparent;
}

.flickity-prev-next-button .arrow {
  	fill: transparent;
}

.flickity-prev-next-button.no-svg {
  	color: white;
}

.flickity-prev-next-button.previous {
	left: 44px;
	background-image: url(https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/images/banner_prev.png);
	background-size: cover;
}

.flickity-prev-next-button.next {
	right: 44px;
	background-image: url(https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/images/banner_next.png);
	background-size: cover;
}

.flickity-page-dots {
	position: absolute;
	right: 44px;
  	width: auto;
  	bottom: -32px;
  	padding: 0;
}

.flickity-page-dots .dot {
	width: 7px;
  	height: 7px;
  	margin: 0 8px;
  	background: #000;
  	opacity: 1;
}

.flickity-page-dots .dot.is-selected {
  	background: #fff;
}

#stoerer {
	position: absolute;
	height: auto;
	z-index: 2;
}

#stoerer a:hover img {
	scale: 1.1;
}

#stoerer a img {
	display: block;
	width: 100%;
	height: auto;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}



/* Home Switcher */

.switcherbox {
	float: left;
	width: calc(33% - 111px);
	border-right: 1px solid #707173;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.3em;
	cursor: pointer;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	background-size: 50px 170px;
	background-repeat: no-repeat;
	background-position: center center;
}

.switcherbox:hover {
	background-color: #eceded;
}

.switcherbox:nth-child(3)	{
	border-right: 0px solid #fff;
}

.switcherbox a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
}



/* Home Boxen */

#boxen {
	width: 100%;
	margin: 68px 0 100px 0;
}

.singlebox {
	cursor: pointer;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-right: 5%;
    font-size: 1.4em;
	line-height: 1.3em;
}

.singlebox:hover {
	opacity: 0.4;
}

.singlebox:nth-child(3)	{
	margin-right: 0 !important;
}

.singlebox img {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
}

.singlebox a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
}




/* Home Newsblock */

#newsblock {
	width: 100%;
	min-height: 400px;
	background-color: #eceded;
	padding: 0 0 60px 0;
}

#newsblock #inner {
	margin: 0 auto;
}

#newsblock #inner ul {
	list-style-type: disc;
	margin: 0 0 2em 0;
}

#newsblock #inner ul li {
	margin: 0 0 1em 2em;
}

.newsbox .header {
	text-align: center;
	padding: 52px 0 20px 0;
}

.newsbox .content {
	background-color: #fff;
	font-size: 1.1em;
}

.newsbox .content h1 {
	font-size: 1.5em;
	margin: 10px 0 20px 0;
	line-height: 1.3em;
	padding: 0 78px 0 0;
	font-family: 'UniversNextW04-630Bold', sans-serif;
}

.newsbox .content h2 {
	font-size: 1.4em;
	margin: 10px 0 20px 0;
	line-height: 1.3em;
	padding: 0 0 0 0;
	font-family: 'UniversNextW04-630Bold', sans-serif;
}

.newsbox .content h1 a {
	color: #000;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.newsbox .content h1 a:hover {
	opacity: 0.4;
}

#newsblock #archivlink {
	float: right;
	font-size: 1.6em;
	background-image: url(https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/images/arrow_archiv.png);
	background-size: 33px 33px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	padding: 7px 0 0 55px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    display: block;
    cursor: pointer;
}

#newsblock #archivlink a {
	text-decoration: none;
	color: #000;
}

#newsblock #archivlink:hover {
	opacity: 0.4;
}


/* Content */

#content {
	width: 100%;
}

#left_col {
	float: left;
	min-height: 400px;
	background-color: #fff;
	margin: 0 50px 0 0;
}

#right_col {
	float: left;
	min-height: 400px;
	padding: 0 0 70px 0;
}

#right_col a {
	color: #d25a2c;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#right_col a:hover {
	color: #707173;
}

#right_col p {
	width: 80%;
	margin: 0 0 1em 0;
	font-size: 1.2em;
	line-height: 138%;
}

#right_col h1.pagetitle {
	font-size: 2.3em;
	margin: 4px 0 40px 0;
	line-height: 1.2em;
}

#right_col h1 {
	font-size: 2.3em;
	margin: 46px 0 16px 0;
}

#right_col h2 {
	font-size: 1.8em;
	margin: 42px 0 16px 0;
	line-height: 1.2em;
}

#right_col ul {
	margin: 2em 0 2em 0.2em;
	font-size: 1.2em;
}

#right_col ul li {
	margin: 0 0 0.8em 1em;
	list-style-type: disc;
}

#right_col img.full {
	height: auto;
}

#right_col img.full_company {
	height: auto;
	border-bottom: 1px solid #707173;
	padding-bottom: 66px;
}



/* Accordion */

div.accordion::before {
    content: "Weitere Informationen";
    display: block;
  	width: calc(100% - 70px);
	height: 32px; 
	background-color: #f7a800;
	padding: 16px 0 0 70px !important;
	background-image: url(https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/images/accordion_topper.png);
	background-size: 50px 48px;
	background-repeat: no-repeat;
}

div.accordion {
	margin: 32px 0 0 0;
}

h3.accordion-title {
	width: calc(100% - 70px);
	height: 32px; 
	background-color: #eeefef;
	margin: 0 !important;
	padding: 16px 0 0 70px !important;
	cursor: pointer;
	border-top: 5px solid #fff;
	background-image: url(https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/images/accordion_closed.png);
	background-size: 50px 48px;
	background-repeat: no-repeat;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    outline: none;
}

h3.accordion-title.open {
	background-image: url(https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/images/accordion_open.png);
	opacity: 1 !important;
}

h3.accordion-title:hover {
	opacity: 0.5;
}

.accordion-content {
	width: calc(100% - 190px);
	background-color: #eeefef;
	padding: 16px 120px 50px 70px !important;
	background-image: url(https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/images/accordion_leftback.png);
	background-repeat: repeat-y;
	background-size: 50px 48px;
}

.accordion-content p, .accordion-content ul {
	font-size: 1em !important;
}

.accordion-content ul {
	margin-top: 1em !important;
}



/* Unternehmen */

#unternehmen_erdgasversorgung {
	width: 100%;
	margin: 16px 0 0 0;
}

#unternehmen_erdgasversorgung .box {
	float: left;
	width: 33%;
	text-align: center;
	font-size: 0.9em;
	margin: 0 2px 0 0;
}

#unternehmen_erdgasversorgung .box .number {
	float: none;
	width: 100%;
	font-size: 3em;
	color: #f6a800;
	margin: 0 auto;
	line-height: 1.8em;
}

#unternehmen_wasserversorgung {
	width: 100%;
	margin: 56px 0 0 0;
}

#unternehmen_wasserversorgung .box {
	float: left;
	width: 33%;
	text-align: center;
	font-size: 0.9em;
	margin: 0 2px 0 0;
}

#unternehmen_wasserversorgung .box .number {
	float: none;
	width: 100%;
	font-size: 3em;
	color: #0f75b8;
	margin: 0 auto;
	line-height: 1.8em;
}






/* Contact Form 7 */

.wpcf7 {
	background-color: #707172;
	color: #fff;
	padding: 36px 0 36px 32px !important;
}

.wpcf7 .label {
	float: left;
	width: 30%;
}

.wpcf7 input, .wpcf7 textarea {
	width: calc(50% - 6px);
	padding: 3px;
	font-family: arial, sans-serif;
	font-size: 13px;
	border: 0;
}

div.wpcf7 input[type="checkbox"] {
	margin: 0 14px 0 0 !important;
	padding: 0 !important;
	width: auto !important;
}

div.wpcf7 input[type="submit"] {
	background-color: #d25a2c;
	color: #fff;
	border: 0;
	margin-left: calc(20% + 42px);
	width: 50%;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

div.wpcf7 input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.5;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #fff !important;
}



/* Google Map */

#map {
	position: relative;
	background-color: rgb(229, 227, 223);
	overflow: hidden;
	width: 100%;
	height: 500px;
	margin: 20px 0 0 0;
}




/* Footer */

#footer {
	width: 100%;
	min-height: 224px;
	background-color: #fff;
	border-top: 1px solid #707173;
	margin: 60px 0 50px 0;
}

.footerbox {
	float: left;
	width: 30%;
	margin-right: 5%;
	padding: 22px 0 54px 0;
}

.footerbox.third {
	margin-right: 0;
}

.footerbox a {
	color: #d25a2c;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.footerbox a:hover {
	color: #707173;
}

.footerbox h1 {
	color: #b5b5c0;
	font-weight: 400;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.footerbox .phone {
	background-image: url(https://www.stadtwerke-vlotho.de/wp-content/themes/stw_vlotho/images/callme.png);
	background-repeat: no-repeat;
	background-size: 52px 48px;
	height: 38px;
	font-size: 1.8em;
	padding: 10px 0 0 46px;
	margin: -6px 0 0 0;
	font-family: 'UniversNextW04-630Bold', sans-serif;
}

#sub_footer {
	width: 100%;
	height: 10px;
	border-top: 1px solid #707173;
	text-align: right;
	font-size: 0.8em;
	padding-top: 5px;
}

#sub_footer a {
	margin-left: 12px;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #707173;
}

#sub_footer a:hover {
	opacity: 0.2;
}



/* Mediaqueries */

@media all and (max-width: 680px) {

#navi {
	display: none;
}

#navi_mobile {
	display: block;
}

#wrapper, .wrapper {
	width: 90%;
}

#banner {
	height: 326px;
}

#banner .singlebanner {
	height: 326px;
}

.singlebanner_caption {
	top: calc(50% - 76px);
	left: calc(50% - 391px);
	width: 782px;
	height: 153px;
}

.singlebanner_caption {
	top: calc(50% - 28px);
	left: calc(50% - 137px);
	width: 274px;
	height: 55px;
}

#banner_bottom .caption {
	padding: 16px 38px 10px 38px;
	text-align: center;
}

#stoerer {
	width: 160px;
	bottom: -96px;
	right: 3%;
}

#stoerer.follow {
	width: 166px;
	bottom: 316px;
	margin-right: 22px;
}

.flickity-prev-next-button {
	display: none;
}

.flickity-page-dots {
	display: none;
}

#switcher {
	margin: 38px 0 70px 0;
}

.switcherbox {
	float: none;
	width: 60%;
	border: none;
	background-image: none !important;
	padding: 30px 20% 30px 20%;
	border-bottom: 1px solid #707173;
}

.marginer_desk1, .marginer_desk2 {
	margin-top: 0;
}

#newsblock #inner {
	width: 100%;
}

.newsbox {
	float: none;
	width: 90%;
	margin: 0 auto;
}

.newsbox .content {
	width: 80%;
	padding: 52px 10% 52px 10%;
}

.newsbox .content h1 {
	padding: 0;
}

#newsblock #archivlink {
	display: none;
}

.singlebox {
	float: none;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 40px;
}

.wpcf7 .label {
	float: none;
	width: 80%;
}

.wpcf7 input, .wpcf7 textarea {
	width: calc(90% - 6px);
}

#left_col {
	display: none;
}

#right_col {
	width: 100%;
}

#right_col img.full {
	width: 125%;
	height: auto;
	margin-left: 0;
}

#right_col img.full_company {
	width: 125%;
	height: auto;
	margin-left: 0;
}

.footerbox {
	float: none;
	width: 100%;
	border-bottom: 1px solid #707173;
	padding: 32px 0 28px 0;
}

#sub_footer {
	display: none;
}

}

@media all and (min-width: 681px) and (max-width: 1049px) {

#navi {
	display: none;
}

#navi_mobile {
	display: block;
}

#wrapper, .wrapper {
	width: 94%;
}

#banner {
	height: 386px;
}

#banner .singlebanner {
	height: 386px;
}

.singlebanner_caption {
	top: calc(50% - 39px);
	left: calc(50% - 196px);
	width: 391px;
	height: 77px;
}

#banner_bottom .caption {
	padding: 16px 0 10px 52px;
}

#stoerer {
	width: 220px;
	bottom: -96px;
	right: 7%;
}

#stoerer.follow {
	width: 166px;
	bottom: 216px;
	margin-right: 22px;
}

#switcher {
	margin: 68px 0 100px 0;
}

.switcherbox {
	float: left;
	width: calc(33% - 111px);
	min-height: 210px;
	padding: 60px 55px 0 55px;
	font-size: 1.5em;
}

.marginer_desk1 {
	margin-top: 34px;
}

.marginer_desk2 {
	margin-top: 16px;
}

#newsblock #inner {
	width: 90%;
}

.newsbox {
	float: left;
	width: 48.3%;
	margin-right: 3.4%;
}

.newsbox:nth-child(2)	{
	margin-right: 0 !important;
}

.newsbox .content {
	width: calc(100% - 104px);
	padding: 52px 52px 52px 52px;
}

.newsbox .content h1 {
	padding: 0;
}

.singlebox {
	float: left;
	width: 30%;
	margin-right: 5%;
}

#left_col {
	display: none;
}

#right_col {
	width: 100%;
}

#right_col img.full {
	width: 125%;
	height: auto;
	margin-left: 0;
}

#right_col img.full_company {
	width: 125%;
	height: auto;
	margin-left: 0;
}

#sub_footer {
	display: none;
}

}

@media all and (min-width: 681px) and (max-width: 800px) {

.flickity-prev-next-button {
	display: none;
}

.flickity-page-dots {
	display: none;
}

#stoerer {
	width: 220px;
	bottom: -96px;
	right: 7%;
}

#stoerer.follow {
	width: 166px;
	bottom: 196px;
	margin-right: 22px;
}

.footerbox {
	float: none;
	width: 100%;
	border-bottom: 1px solid #707173;
	padding: 32px 0 28px 0;
}

}

@media all and (min-width: 1050px) and (max-width: 1500px) {

#wrapper, .wrapper {
	width: 1000px;
}

#banner {
	height: 546px;
}

#banner .singlebanner {
	height: 546px;
}

.singlebanner_caption {
	top: calc(50% - 76px);
	left: calc(50% - 391px);
	width: 782px;
	height: 153px;
}

#banner_bottom .caption {
	padding: 16px 0 10px 52px;
}

#stoerer {
	width: 220px;
	bottom: -96px;
	right: 7%;
}

#stoerer.follow {
	width: 166px;
	bottom: 196px;
	margin-right: 22px;
}

#switcher {
	margin: 68px 0 100px 0;
}

.switcherbox {
	float: left;
	width: calc(33% - 111px);
	min-height: 210px;
	padding: 60px 55px 0 55px;
}

.marginer_desk1 {
	margin-top: 34px;
}

.marginer_desk2 {
	margin-top: 16px;
}

#newsblock #inner {
	width: 960px;
	margin: 0 auto;
}

.newsbox {
	float: left;
	width: 48.3%;
	margin-right: 3.4%;
}

.newsbox:nth-child(2)	{
	margin-right: 0 !important;
}

.newsbox .content {
	width: calc(100% - 142px);
	padding: 52px 90px 52px 52px;
}

.singlebox {
	float: left;
	width: 30%;
	margin-right: 5%;
}

#left_col {
	width: 220px;
}

#right_col {
	width: 730px;
}

#right_col img.full {
	width: 730px;
	height: auto;
	margin-left: -220px;
}

#right_col img.full_company {
	width: 730px;
	margin-left: -220px;
}

}

@media all and (min-width: 1500px) {

#wrapper, .wrapper {
	width: 1440px;
}

#banner {
	height: 746px;
}

#banner .singlebanner {
	height: 746px;
}

.singlebanner_caption {
	top: calc(50% - 76px);
	left: calc(50% - 391px);
	width: 782px;
	height: 153px;
}

#banner_bottom .caption {
	padding: 16px 0 10px 52px;
}

#stoerer {
	width: 220px;
	bottom: -96px;
	right: 7%;
}

#stoerer.follow {
	bottom: 96px;
	margin-right: 72px;
}

#switcher {
	margin: 68px 0 100px 0;
}

.switcherbox {
	float: left;
	width: calc(33% - 231px);
	min-height: 210px;
	padding: 60px 115px 0 115px;
}

.marginer_desk1 {
	margin-top: 34px;
}

.marginer_desk2 {
	margin-top: 16px;
}

#newsblock #inner {
	width: 1440px;
}

.newsbox {
	float: left;
	width: 48.3%;
	margin-right: 3.4%;
}

.newsbox:nth-child(2)	{
	margin-right: 0 !important;
}

.newsbox .content {
	width: calc(100% - 142px);
	padding: 52px 90px 52px 52px;
}

.singlebox {
	float: left;
	width: 30%;
	margin-right: 5%;
}

#left_col {
	width: 324px;
}

#right_col {
	width: 1066px;
}

#right_col img.full {
	width: 1440px;
	margin-left: -374px;
}

#right_col img.full_company {
	width: 1440px;
	margin-left: -374px;
}

}

