/*
Theme Name: dowo1.0
Theme URI: https://www.gixed.org/
Author: pAtrick@gixed
Author URI: http://gixed.de
Description: A basic theme using the Bootstrap framework.
Version: 1.0
Text Domain: gixed
*/





/*------------------------------
	1.0 Document
------------------------------*/
body, html { overflow-x: hidden; }

body {
	background: #efefef;
	overflow-x: hidden !important;
	background: url('../../../img/bg_dortmunder-wohnwagen.jpg') no-repeat center center fixed !important;
	background-size: cover !important;
	font-family: 'Roboto Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 400;
	line-height: 1.8;
	font-size: 16px;
	word-wrap: break-word;
	color: #404040;
}

/*------------------------------
	1.1 Links
------------------------------*/

a {
	color: #3f95dc;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

a:hover {
	text-decoration: none;
	color: #333;
}

a:active, a:focus, a:hover {
	outline: none;
}

/*------------------------------
	1.2 Typo
------------------------------*/

h1, h2, h3, h4, h5, h6 {

	word-wrap: break-word;
	font-weight: 700;
	color: #000;
	letter-spacing: -.02em;
}

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

ul li {
	
	font-family: 'Roboto Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 400;
	line-height: 1.8;
	font-size: 16px;
	word-wrap: break-word;
	color: #404040;
}


/*--------------------------------------------------------------
2.0 Structure
--------------------------------------------------------------*/

.site-header {}
.site-heading{}
.site-heading-sidebar{}

.main-menu{}
.navbar-header{}

.menu-container{}

.main-container{}
.page-area{}

#footer{}
#sidebar {
	display: inline-block;
	max-width: 100%;
}



/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
/*------------------------------
	3.1 Main
------------------------------*/

.page-area {
	padding-top: 15px;
}
.main-container {
	background-color: #fff;
}

.main-content-page {
	padding: 0 15px;
}


/*------------------------------
	3.2 Header
------------------------------*/

.site-header {
	padding: 10px 0;
	background-color: #fff;

}

.site-heading {
	padding: 10px 15px 0 0;
}

h1.site-title, .site-title {
	margin: 0;
	padding: 0;
	font-size: 22px;

	line-height: 28px;
	word-wrap: break-word;
	font-weight: 700;

	color: #000;
	letter-spacing: -.02em;

}
.site-branding-logo {
	float: left;

}


.site-branding-logo a {
	border: none;
	z-index: 99;
	position: relative;

}
.site-branding-logo img {

	width: auto;
	max-height: 100px;
}

/*------------------------------
	3.2 Menu
------------------------------*/

.menu-container {
	max-width: 93%;

}


.main-menu {
	position: relative;

}


#site-navigation {
	min-height: 60px;

}


#site-navigation,
 #site-navigation.shrink {
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	border: none;
}

#site-navigation, nav a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #000;
	border-radius: 0;

}

#site-navigation.shrink {
	min-height: 50px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;

}

.shrink h1.site-title, .shrink .site-title {
	font-size: 19px;
	line-height: 23px;

}

.shrink p.site-description {
	font-size: 12px;
	line-height: 15px;

}



.navbar-collapse {
	padding-left: 0;
	padding-right: 0;

}
.navbar-toggle {
	border: 1px solid #ccc;

}
.navbar-toggle .icon-bar {
	background-color: #ccc;

}

.navbar-nav > li > a {
	border-bottom: 0;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	max-height: 60px;

}

.nav > li.active > a:after, .current-page-parent:after {

	position: absolute;
	content: '';
	bottom: 0;

	left: 0;
	width: 100%;
	height: 2px;
	background-color: #3f95dc;

}
.navbar-nav li.fa {
	display: block;
	position: relative;

}

.navbar li.fa:before {
	position: absolute;
	left: 10px;
	top: 21px;
	z-index: 5;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;

}

.navbar li.fa > a {
	padding-left: 35px;

}


.navbar {

	margin-bottom: 0;

}


li.home-icon.front_page_on {
	background-color: #3f95dc;

}

li.home-icon.front_page_on a, li.home-icon.front_page_on a:hover {

	color: #fff;
}

li.home-icon a {
	padding-left: 20px;
	padding-right: 20px;
}

li.home-icon.front_page_on:before {
	position: absolute;
	content: "";

	top: -4px;
	left: 0;
	right: 0;

	height: 4px;

	background-color: #3f95dc;
	transition: all 0.5s ease-in-out;

	-moz-transition: all 0.5s ease-in-out;

	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;

}


/*------------------------------
	3.3 Split Images
------------------------------*/

.split-images-section {
	clear: both;
}
.inner-wrapper {
	display: block;
	margin-bottom: 15px;
}
.inner-wrapper.split-images {
	width: 100%;
	position: relative;
	overflow: hidden;
	max-height: 480px;
}



.split-images .news-text-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 75%;
	padding: 15px 25px;	
}
.split-images .news-text-wrap-up {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 85%;
	padding: 45px 25px;
}
.split-images .news-text-wrap a {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.84);
}

.split-images .news-text-wrap span, .split-images .news-text-wrap-up span {

	font-family: 'Roboto Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 600;
	font-size: 22px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.84);
	color: #fff;
	line-height: 22px;
}
.split-images .news-text-wrap span.url {
	
	font-family: 'Roboto Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.84);
	color: #fff;
	line-height: 20px;
}
.split-images .news-text-wrap p {

	font-family: 'Roboto Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.84);
	color: #fff;
	line-height: 14px;
}
.split-images .news-text-wrap-up ul {
	
	padding-top: 15px;
	list-style-type: disc;
}
.split-images .news-text-wrap-up ul li {
	
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #fff;
	text-shadow: none;
}
.news-item h2 a {
	color: #000;
}
.news-item {
	margin-bottom: 10px;
}
.news-item h2 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 400;
}

.split-slider.news-item-2:hover {
	left: 15%;

}
.split-slider.news-item-2.split-slider-left {
	left: 15%;
}
.split-slider.news-item-3 {
	left: 75%;
	z-index: 9;
}
.split-slider.news-item-3:hover {
	left: 40%;
}
.split-slider .news-text-wrap {
	transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
}

/*------------------------------
	3.4 Main Title's
------------------------------*/

.section-title {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	overflow: hidden;
}
.section-title:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 10px;
	height: 2px;
	background-color: #3f95dc;
	left: 16px;

	z-index: 6;
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}
.section-title h3 {
	position: relative;
	color: #fff;
	padding: 14px 14px;
	font-weight: 600;
	font-size: 22px;
	line-height: 20px;
	float: left;
	z-index: 6;
	margin-bottom: 8px;
	font-style: italic;
}
.section-title h3:after {
	content: "";
	position: absolute;
	top: 0;
	left: -40px;
	right: -15px;
	bottom: 2px;
	background-color: #3f95dc;
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	z-index: -1;
	display: block;

}

/*------------------------------
	3.5 Section Vorteil
------------------------------*/

.section-vantage {
	display: block;
}

.section-banner {

	padding: 10px 25px 10px 10px;
}

.vantage {
	
	width: 345px;
	height: 40px;

	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background-color: #3f95dc;
}

.section-banner p {
	
	float: left;
	width: 40px;
	height: 40px;
	margin: auto;

	font-size: 26px;
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	color: #3f95dc;
	background-color: #efefef;
}

/*------------------------------
	3.6 Phone Banner
------------------------------*/

#top-phone-banner { 
	display:none; 
	position: fixed; 
	right:1px; 
	top:62px; 
	padding:0;
	margin:0;
	width: 350px;
	background:  #3f95dc;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	z-index: 999;
}
#top-phone-banner h4 {
	font-family: "Roboto", Arial, sans-serif;
	padding-top: 12px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1;
	letter-spacing: 1px;
	text-align: center;
	line-height: 16px;
	color: #ffffff;
}
#top-phone-banner .phonenumber, #top-phone-banner .phonenumber a {
	width: 100%;
	float: left;
	margin: auto;
	font-family: "PT Serif", Arial, sans-serif;
	padding-bottom: 12px;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1;
	letter-spacing: 1px;
	text-align: center;
	line-height: 24px;
	color: #ffffff;
}
.header-phone-banner h4 {
	padding-top: 15px;
	padding-right: 20px;
}
.header-phone-banner .phonenumber {
	font-size: 22px;
	font-weight: 600;
	padding-right: 20px;
}
.dowo-small {
	padding-right: 50px;
}
.platz-images {

	margin-top: 25px;
}

.platz-images img {

	padding: 2px;
	width: auto;
	max-height: 150px;
	background: #fff;
	border: 1px solid #000;
}

.se-images {
	padding: 30px 0;
	text-align: center;
	margin: auto;
}

.se-images img {

	padding: 2px;
	width: auto;
	max-height: 150px;
	background: #fff;
}

.ge-karte {

	margin-top: 25px;
}

.imgright {
	
	text-align: right;
}


#perm-phone-banner {
	position: relative;
	width: 80%;
	background: #3f95dc;
	-webkit-border-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-radius: 7px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 15px;
}

#perm-phone-banner h4 {
	font-family: "Roboto", Arial, sans-serif;
	padding-top: 12px;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1;
	letter-spacing: 1px;
	text-align: center;
	line-height: 26px;
	color: #ffffff;
}


#perm-phone-banner .phonenumber, #perm-phone-banner .phonenumber a {

	font-family: "PT Serif", Arial, sans-serif;
	padding-bottom: 12px;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1;
	letter-spacing: 1px;
	text-align: center;
	line-height: 26px;
	vertical-align: middle;
	color: #ffffff;
}

#perm-coro-banner {
	position: relative;
	width: 80%;
	background: red;
	-webkit-border-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-radius: 7px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 15px;
}

#perm-coro-banner h4 {
	font-family: "Roboto", Arial, sans-serif;
	padding-top: 12px;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1;
	letter-spacing: 1px;
	text-align: center;
	line-height: 26px;
	color: #ffffff;
}


#perm-coro-banner .corotext {

	font-family: "PT Serif", Arial, sans-serif;
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1;
	letter-spacing: 1px;
	text-align: center;
	line-height: 26px;
	vertical-align: middle;
	color: #ffffff;
}



/*------------------------------
	3.7 Contact Form
------------------------------*/
.contact {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}
.contact h5 {

	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #000;
	padding: 0 25px 10px;
}

.contact-form {
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	background: #efefef;
}

.contact-form h4 {
	display: block;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3f95dc;
	padding: 20px 25px 10px;
}
.contact-form h4 i {
	font-size: 22px;
}

.contact-form table {
	margin-right: 25px;
}
.contact-form td.left {
	
}

.contact-form select {
	
	width: 100%;
	overflow: auto;
	vertical-align: top;
	outline: none;
	border: 1px solid #e9e9e9;
	padding: 7px;
	margin-left: 25px;
	margin-bottom: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
	font-family: 'Roboto Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 400;
	line-height: 1.8;
	font-size: 16px;

  	width: 100%;

  border: 1px solid #b0c1cf;
  background: #FFF;
  margin: 0 0 5px;
  padding: 2px;
}

.contact-form input[type="text"].brand2 {
	border: 1px solid #3f95dc;
	width: 100%;
	margin-left: 25px;
	margin-bottom: 5px;
	margin-right: 15px;
	padding: 2px;
}

.contact-form input[type="text"]:hover,
.contact-form input[type="email"]:hover,
.contact-form input[type="tel"]:hover,
.contact-form textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

.contact-form textarea {

  resize: none;
}
.contact-form .form-button {
	position: relative;
	font-family: 'Roboto', 'sans-serif';
}

.contact-form .form-button.with-icon p {
	display: block;
	float: left;
}

.contact-form .form-button.with-icon .form-button-icon {
	background-color: #fff;
	float: left;
	width: 40px;
	height: 40px;
	margin: auto;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	color: #3f95dc;
	background-size: contain;
}

.contact-form .form-button.with-icon input {
	background-color: #67B231;
	color: #fff;
	border: none;
	outline: none;
	height: 40px;
	padding: 0 10px;
	font-weight: bold;
	z-index: 2;
}

.contact-form input[type="file"] {

	/*max-width: 140px;*/
	position: absolute;
	background-color: transparent;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: normal;
	opacity: 0.01;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 2;
}

.contact-form .form-button-file {
	width: 245px;
	height: 40px;

	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background-color: #3f95dc;

	position: absolute;
	margin-left: 40px;
	cursor: pointer;
	z-index: -1;
}

.wpcf7-form-control-wrap {
	display: block !important;
}

.contact-form input[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #3f95dc;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

.contact-form input[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.contact-form input[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

.section-ssl {
	display: block;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3f95dc;
	padding: 10px 20px 0 10px;
}

.contact-form .recap {
	padding: 5px;
	margin: 5px;
}
/*------------------------------

	3.8 Pages
------------------------------*/

.underline {
		border-bottom: 2px solid #000;
		padding-bottom: 1px;
		margin-bottom: 20px;
	}

.page-sendok {

	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.page-sendok .far {

	font-size: 80px;
	line-height: 80px;
	color: #3f95dc;
	padding: 25px 10px;
}
.page-sendok .fas {

	font-size: 40px;
	line-height: 80px;
	vertical-align: middle;
	color: #333;
	padding-bottom: 40px;
}
.datenschutz, .impressum {

	padding: 2px 10px;
}

.datenschutz h4, .datenschutz h5 {

	padding: 20px 10px 0;
}

/*------------------------------

	3.9 Footer

------------------------------*/

.site-footer {
	width: 100%;
	min-height: 150px;
	background: #3f95dc;
	-webkit-box-shadow: inset 0px 10px 45px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px 10px 45px 0px rgba(0,0,0,0.35);
	box-shadow: inset 0px 10px 45px 0px rgba(0,0,0,0.35);

}
.footer-inner {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.7;
	color: #ffffff;
	padding: 10px;
	margin: 0 auto;
}

.footer-inner ul  {

	min-width: 100%;

	list-style-type: none;

    	padding: 5px;

	margin: auto;

	text-align: center;

}

.footer-inner ul li {
	display: inline;
}
.footer-inner ul li a {
	padding:0 25px 0;
	color:#fff;
	text-decoration:none;
}

.footer-inner ul li a:hover {
	text-decoration:underline;
}
.footer-inner .footer-text {
	clear:both;
	font: 12px Tahoma, Arial, Verdana, Helvetica;
	color:#cff;
	padding: 15px 15px 0;
}

.footer-inner .footer-text a{
	color:#fff;
}

.footer-inner p.copyright {
	clear:both;
	color:#fff;
	padding: 20px 10px 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
4.0 Responsive
--------------------------------------------------------------*/

@media (min-width: 768px) {
	
	.main-content-page {
	padding: 0 15px 0 50px;
}

    .nav > li > a:before {

        position: absolute;

        content: '';

        bottom: 0;

        left: 50%;

        width: 0;

        height: 2px;

        background-color: #3f95dc;

        -webkit-transition: all 1s;

        transition: all 1s;

    }

    .nav > li:hover > a:before {

        width: 100%;

        left: 0;

    }

    .navbar-nav > li > a {

        padding-top: 20px;

        padding-bottom: 20px;

        transition: all 0.5s ease-in-out;

        -moz-transition: all 0.5s ease-in-out;

        -webkit-transition: all 0.5s ease-in-out;

        -o-transition: all 0.5s ease-in-out;

    }

    .shrink .navbar-nav > li > a {

        padding-top: 15px;

        padding-bottom: 15px;

        font-size: 14px;

        max-height: 50px;

    }

    .shrink.navbar li.fa:before {

        top: 16px;
    }

    .navbar-nav li:hover .dropdown-menu{

        visibility:visible;

        border-top: 4px solid #ccc;

        border-radius: 0;

        transition: all 0.5s ease-in-out;

        -moz-transition: all 0.5s ease-in-out;

        -webkit-transition: all 0.5s ease-in-out;

        -o-transition: all 0.5s ease-in-out;

    }

    #site-navigation .container{

        padding-left: 0;

        padding-right: 0;

    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {

        background-color: transparent;

    }

    .menu-container {

        float: left;

        max-width: 86%;

    }

    .menu-item-has-children li.fa:before {

        top: 6px !important;

    }

}

@media (min-width: 992px) {

    .menu-container {

        max-width: 89%;

    }

	.section-vantage-right {

		float: right;
		width: 55%;
		display: block;
		margin-bottom: 15px;
	}
}



@media (max-width: 767px) {

    .nav > li.active > a:after, .current-page-parent:after {
        height: 0 !important;

        background-color: transparent !important;

    }

    .navbar-nav a:hover, .navbar-nav a:focus {

        color: #ffffff !important;

        background-color: #000 !important;

    }

    .menu-container {

        width: 70%;

        position: absolute;

        left: 0;

        transform: translate3d(-100%, 0, 0);

        -webkit-transform: translate3d(-100%, 0, 0);

        overflow-y: auto;

        overflow-x: auto;

        height: 100vh;

        padding-bottom: 60px;

        z-index: 9;

        background-color: #fff;

    }

    .openNav .menu-container {

        transform: translate3d(0, 0, 0);

        -ms-transform: translate3d(0, 0, 0);

        -webkit-transform: translate3d(0, 0, 0);

        -moz-transform: translate3d(0, 0, 0);

        -o-transform: translate3d(0, 0, 0);

        transition: transform 500ms ease;

        -ms-transition: transform 500ms ease;

        -webkit-transition: transform 500ms ease;

        -moz-transition: transform 500ms ease;

        -o-transition: transform 500ms ease;

    }

    .openNav .page-area {

        left: 0;

        transform: translate3d(70%, 0, 0);

        -webkit-transform: translate3d(70%, 0, 0);

        transition: transform 500ms ease;

        -webkit-transition: transform 500ms ease;

    }

    .page-area {
        left: 0;

        transform: translate3d(0, 0, 0);

        -webkit-transform: translate3d(0, 0, 0);

        transition: transform 500ms ease;

        -webkit-transition: transform 500ms ease;

    }

    .navbar-nav {

        padding: 0;
        margin: 0;


    }

    .navbar-nav a {

        font-size: 14px;

        padding: 15px 10px !important;

        margin: 0 !important;

        line-height: 16px !important;
        background-color: white;
        float: left !important;

        margin: 0px !important;

        width: 100%;

        text-transform: none !important;

        word-wrap: break-word;

        white-space: normal !important;

    }

    .navbar li.fa a {

        padding-left: 35px !important;
    }

    .navbar li.fa:before {

        top: 14px !important;

    }

    .navbar-nav li, .navbar-nav ul {

        padding: 0px !important;

        margin: 0px !important;

        overflow: hidden;

    }

    .open-panel {

        width: 32px;

        height: 32px;

        position: absolute;

        top: 18px;

        right: 22px;

        -webkit-transform: rotate(0deg);

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        transform: rotate(0deg);

        -webkit-transition: .5s ease-in-out;

        -moz-transition: .5s ease-in-out;

        -o-transition: .5s ease-in-out;

        transition: .5s ease-in-out;

        cursor: pointer;

    }

    .shrink .open-panel {

        top: 12px;
    }

    .open-panel span {

        display: block;

        position: absolute;

        height: 3px;

        width: 100%;

        background: #000;

        opacity: 1;

        left: 0;

        -webkit-transform: rotate(0deg);

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);
        transform: rotate(0deg);

        -webkit-transition: .25s ease-in-out;

        -moz-transition: .25s ease-in-out;

        -o-transition: .25s ease-in-out;

        transition: .25s ease-in-out;

    }

    .open-panel span:nth-child(1) {
 
       top: 0px;

        -webkit-transform-origin: left center;

        -moz-transform-origin: left center;

        -o-transform-origin: left center;

        transform-origin: left center;

    }

    .open-panel span:nth-child(2) {

        top: 9px;

        -webkit-transform-origin: left center;

        -moz-transform-origin: left center;

        -o-transform-origin: left center;

        transform-origin: left center;

    }

    .open-panel span:nth-child(3) {

        top: 18px;

        -webkit-transform-origin: left center;

        -moz-transform-origin: left center;

        -o-transform-origin: left center;

        transform-origin: left center;

    }

    .open-panel.open span:nth-child(1) {

        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);

        -o-transform: rotate(45deg);

        transform: rotate(45deg);

        top: -2px;

        left: 3px;

    }

    .open-panel.open span:nth-child(2) {

        width: 0%;

        opacity: 0;

    }

    .open-panel.open span:nth-child(3) {

        -webkit-transform: rotate(-45deg);

        -moz-transform: rotate(-45deg);

        -o-transform: rotate(-45deg);

        transform: rotate(-45deg);

        top: 21px;

        left: 3px;

    }

    .caret, .dropdown-submenu>a:after {

        display: none !important;
 
    }

    .navbar-nav .dropdown-menu {

        width: 100%;

        display: block !important;

        left: 0 !important;

        position: relative !important;
        border: none !important;

        -webkit-box-shadow: none !important;

        box-shadow: none !important;

    }

    .openNav .page-area:after {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        background-color: #00000085;

        left: 0;

        z-index: 98;

    }

    .split-images .news-text-wrap h2 {

        font-size: 100%;

    }

    .featured-small-items .layout-two .news-thumb {

        padding-left: 15px !important;

    }


    .dowo-small {
	display: none;
    }

    .section-vantage-right {

	clear: both;
	width: 100%;
	display: block;
	padding-left: 10px;
	margin-bottom: 15px;
    }

    .split-images .news-text-wrap span, .split-images .news-text-wrap-up span {

	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
    }
    .split-images .news-text-wrap span.url {
	
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
    }
    .split-images .news-text-wrap p {

	font-weight: 300;
	font-size: 12px;
	line-height: 10px;
    }

    .split-images .news-text-wrap-up ul li {
	
	font-size: 12px;
	line-height: 18px;
    }
}

@media (max-width: 641px) {

.split-images .news-text-wrap-up {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 85%;
	padding: 20px 20px;
}

.split-images .news-text-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 85%;
	padding: 5px 25px;	
}

    .split-images .news-text-wrap span, .split-images .news-text-wrap-up span {

	font-weight: 600;
	font-size: 14px;
	line-height: 10px;
    }
    .split-images .news-text-wrap span.url {
	
	font-weight: 400;
	font-size: 12px;
	line-height: 10px;
    }
    .split-images .news-text-wrap p {

	font-weight: 300;
	font-size: 10px;
	line-height: 10px;
    }

    .split-images .news-text-wrap-up ul li {
	
	display: none;
    }
}
@media (max-width: 441px) {

.vantage {
	
	width: 290px;
	height: 40px;

	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background-color: #3f95dc;
}

    .split-images .news-text-wrap span, .split-images .news-text-wrap-up span {

	font-weight: 400;
	font-size: 12px;
	line-height: 10px;
	padding-top: -5px;
	margin-top: 5px;
    }
    .split-images .news-text-wrap span.url {
	
	font-weight: 400;
	font-size: 8px;
	line-height: 6px;
    }
    .split-images .news-text-wrap p {

	display: none;
    }

    .split-images .news-text-wrap-up ul li {
	
	display: none;
    }
}
@media (max-width: 1200px) {

	.platz-images {

	margin-top: 20px;
	}

	.platz-images img {

	padding: 2px;
	width: auto;
	max-height: 150px;
	background: #fff;
	border: 1px solid #000;
	}
	
	.se-images {
	padding: 30px 0;
	text-align: center;
	margin: auto;
	}
	
	.se-images img {

	padding: 2px;
	width: auto;
	max-height: 150px;
	background: #fff;
	}

	.ge-karte {

	margin-top: 25px;
	}

	.ge-karte img{

	width: auto;
	max-height: 270px;
	}
}


@media (max-width: 991px) {

    .featured-small-items .layout-two .news-thumb {

        padding-left: 15px !important;

    }

    .site-heading, .site-heading-sidebar, .site-branding-logo, #content-header-section {

        text-align: center;

        float: none !important;

    }

	.news-thumb img {

		overflow: hidden;
		width: auto;
		height: auto;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	 .platz-images {

	margin-top: 25px;
	}

	.platz-images img {

	padding: 2px;
	width: auto;
	max-height: 100px;
	background: #fff;
	border: 1px solid #000;
	}
	
	.se-images {
	padding-top: 20px;
	text-align: center;
	margin: auto;
	}
	.se-images img {

	padding: 2px;
	width: auto;
	max-height: 100px;
	background: #fff;
	}

	.ge-karte {

	margin-top: 25px;
	}

	.ge-karte img{

	width: auto;
	max-height: 200px;
	}
}

