/* General */
/* ------------------------------- */

body {
	background-color:#fff !important;
	font-family:Roboto !important;
	color:#111 !important;
	font-size:15px;

}

/* FONTS */

@font-face {
  font-family: 'Fjalla One';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Fjalla-One-regular/Fjalla-One-regular.eot');
  src: url('fonts/Fjalla-One-regular/Fjalla-One-regular.eot?#iefix') format('embedded-opentype'),
       local('Fjalla One'),
       local('Fjalla-One-regular'),
       url('fonts/Fjalla-One-regular/Fjalla-One-regular.woff2') format('woff2'),
       url('fonts/Fjalla-One-regular/Fjalla-One-regular.woff') format('woff'),
       url('fonts/Fjalla-One-regular/Fjalla-One-regular.ttf') format('truetype'),
       url('fonts/Fjalla-One-regular/Fjalla-One-regular.svg#FjallaOne') format('svg');
}


@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Lato-regular/Lato-regular.eot');
  src: url('fonts/Lato-regular/Lato-regular.eot?#iefix') format('embedded-opentype'),
       local('Lato Regular'),
       local('Lato-regular'),
       url('fonts/Lato-regular/Lato-regular.woff2') format('woff2'),
       url('fonts/Lato-regular/Lato-regular.woff') format('woff'),
       url('fonts/Lato-regular/Lato-regular.ttf') format('truetype'),
       url('fonts/Lato-regular/Lato-regular.svg#Lato') format('svg');
}

@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-style: normal;
  src: url('fonts/Lato-700/Lato-700.eot');
  src: url('fonts/Lato-700/Lato-700.eot?#iefix') format('embedded-opentype'),
       local('Lato Bold'),
       local('Lato-700'),
       url('fonts/Lato-700/Lato-700.woff2') format('woff2'),
       url('fonts/Lato-700/Lato-700.woff') format('woff'),
       url('fonts/Lato-700/Lato-700.ttf') format('truetype'),
       url('fonts/Lato-700/Lato-700.svg#Lato') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Roboto-regular/Roboto-regular.eot');
  src: url('fonts/Roboto-regular/Roboto-regular.eot?#iefix') format('embedded-opentype'),
       local('Roboto'),
       local('Roboto-regular'),
       url('fonts/Roboto-regular/Roboto-regular.woff2') format('woff2'),
       url('fonts/Roboto-regular/Roboto-regular.woff') format('woff'),
       url('fonts/Roboto-regular/Roboto-regular.ttf') format('truetype'),
       url('fonts/Roboto-regular/Roboto-regular.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url('fonts/Roboto-700/Roboto-700.eot');
  src: url('fonts/Roboto-700/Roboto-700.eot?#iefix') format('embedded-opentype'),
       local('Roboto Bold'),
       local('Roboto-700'),
       url('fonts/Roboto-700/Roboto-700.woff2') format('woff2'),
       url('fonts/Roboto-700/Roboto-700.woff') format('woff'),
       url('fonts/Roboto-700/Roboto-700.ttf') format('truetype'),
       url('fonts/Roboto-700/Roboto-700.svg#Roboto') format('svg');
}




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

@media screen and (min-width: 1100px) {
#masthead {
	width: 100%;
  margin: 0 auto;
  background-color: #fff;
	position: fixed;
	z-index: 1;
	border-bottom: 2px solid #dedede;
	top: 0;
	left: 0;
	opacity:0.95;
}
}

@media screen and (max-width: 1099px) {
#masthead {
	width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
}

.headerContentContainer {
	max-width:1500px;
	padding-left:25px;
	padding-right:25px;
	margin:0 auto;
}

@media screen and (min-width: 1100px) {
.site-branding {
	width:30%;
	float:left;
}
}

@media screen and (max-width: 1099px) {
.site-branding {
	width:100%;
	float:none;
	text-align:center;
}
}

.logo {
	margin:30px 30px 20px 5px;
	max-width:240px !important;
}

@media screen and (min-width: 1100px) {
			.featureContainer {
				margin-top: 140px;
			}
}

@media screen and (min-width: 750px) {
			.featureContainer {
				width:100%;
				height:250px;
				overflow:hidden;
			}

			.featureCenter {
				max-width:1500px;
				margin:0 auto;
			}

			.featureContentContainer {
				position:absolute;
				margin-top:100px;
			}

			.featureContentContainer.start {
				margin-top:80px;
			}

			.featureMain {
				background-color:#f8981d; /* #f6a750 */
				padding:10px 25px;
				opacity:0.9;
				display:inline-block;
			}

			.featureMain h2 {
				font-size:50px;
				font-family: 'Fjalla One', sans-serif;
				color:#fff;
			}

			.featureMain .sub {
				font-family:Lato;
				font-size:15px;
				color:#fff;
				font-weight:bold;
				padding:0;
				margin:0;
				padding-bottom:5px;
			}


			.featureImg {
				width:100%;
			}
}

@media screen and (max-width: 749px) {
			.featureContainer {
				width:100%;
			}

			.featureCenter {
				max-width:1500px;
				margin:0 auto;
			}

			.featureContentContainer {
			}

			.featureContentContainer.start {

			}

			.featureMain {
				background-color:#f8981d; /* #f6a750 */
				padding:10px 25px;
				opacity:0.9;
				display:block;
				text-align:center;
				margin-top:25px;
			}

			.featureMain h2 {
				font-size:50px;
				font-family: 'Fjalla One', sans-serif;
				color:#fff;
			}

			.featureMain .sub {
				font-family:Lato;
				font-size:15px;
				color:#fff;
				font-weight:bold;
				padding:0;
				margin:0;
				padding-bottom:5px;
			}


			.featureImg {
				display:none;
			}
}

@media screen and (max-width: 500px) {
	.featureMain h2 {
		font-size:30px !important;
	}
}

/* Navigation */
/* ------------------------------- */

@media screen and (min-width: 1100px) {

    .secNav {
        width:100%;
        text-align:right;
    }

    .secNav ul {
        list-style-type:none;
        text-align:right;
        display:inline-block;
        margin:0;
        padding:0;
    }

    .secNav ul li {
        float:left;
        padding-left:10px;
        padding-right:10px;
        display:inline-block;
    }

    .subNav-mobileBreak {
        display:none;
    }

}

@media screen and (max-width: 1099px) {

    .secNav {
        width:100%;
        text-align:center;
    }

    .secNav ul {
        list-style-type:none;
        text-align:center !important;
        display:inline-block;
        margin:0;
        padding:0;
    }

    .secNav ul li {
        padding-left:10px;
        padding-right:10px;
        display:inline-block;
    }

    .subNav-mobileBreak {
        display:block;
    }

    .secNav ul li.langFlags {
        width:100%;
        text-align:center;
        padding-top:8px;
    }
}



.secNav ul li a:last-child {
	padding-right:0;
}

.secNav ul li a {
	color:#666;
	text-decoration:none;
	font-family:Lato;
	font-size:15px;
	letter-spacing:0.5px;
}

.secNav ul li a:hover {
	color:#000;
}

.secNav ul li a img {
	padding-left:7px;
}

.langSwitchContainer {
position:relative;
float:right;
margin-left:12px;
padding:0 6px;
}


.lang-item {
	display: inline;
	list-style-type:none;
	margin-right:6px;
}

.lang-item a {
	font-size:15px;
	font-family: 'Fjalla One', sans-serif;
}



@media screen and (min-width: 1250px) {
.main-navigation {
	display:block;
	width:70%;
	margin-left:30%;
	text-align:right;
	padding-top:30px;
}
}

@media screen and (max-width: 1249px) {
.main-navigation {
	display:block;
	width:100%;
	text-align:center;
	padding-top:30px;
}
}

.main-navigation .menu-container ul {
	list-style: none;
	margin: 0;
	text-align:right;
	display:inline-block;
}

.main-navigation ul ul li a {
background-color:#f6a750;
border:1px solid #d5740b;
}

@media screen and (min-width: 890px) {
.main-navigation ul ul li a:first-child {
border-bottom:none;
}
}

.main-navigation .menu-container li {
	float: left;
	display:inline-block;
	padding-left:14px;
	padding-right:14px;
	padding-top:14px;
	padding-bottom:14px;
}

.main-navigation li:first-child {
	padding-left:0;
}

.main-navigation li:last-child {
	padding-right:0;
}

.main-navigation .menu-container a {
	display: block;
	text-decoration: none;
	color:#000;
	font-size:21px;
	letter-spacing:0;
	font-family: 'Fjalla One', sans-serif;
	border-bottom:2px solid transparent;
}

.main-navigation a:visited {

}



@media screen and (min-width: 890px) {
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 2.95em;
	z-index: 99999;
}

.main-navigation .menu-container a:hover {
	border-bottom: 2px solid #f6a750;
	color:#f6a750;
	transition:all .3s ease-in-out;
    }
    
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {

}
.main-navigation ul ul :hover > a {

}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	border-bottom: 2px solid #f6a750;
}
/* Small menu */

@media screen and (min-width: 890px) {
.menu-toggle {
	cursor: pointer;
	display:none !important;
}
}

@media screen and (max-width: 889px) {
.menu-toggle {
	cursor: pointer;
	text-align:center;
	background:none !important;
	margin:0 auto;
	border:none;
	letter-spacing:none;
	box-shadow:none;
	width:100%;
	display:block !important;
}
}

@media screen and (max-width: 889px) {

    #menu-menu-de {
    display:none;
    }

	.secNav ul li {
		border:none !important;
		background:transparent !important;
    }
	.menu-toggle,
	.main-navigation.toggled #menu-menu-de {
		display:block !important;
	}

	.main-navigation {
		padding-top:0 !important;
	}

	.main-navigation .menu-container ul {
		text-align:center !important;
	}

	.main-navigation .menu-container  ul li {
	float:none;
	display:block !important;
	width:100% !important;
	margin:0 auto !important;
	padding:0 !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	}

	.main-navigation .menu-container ul li a {
		padding:8px !important;
        color:#333 !important;
        font-size:24px;
	}

	.main-navigation ul ul {
	padding-left:15px;
	margin-top:5px;
	display:block;
	background:none;
	float:none;
	}

	.main-navigation ul ul li {
	width:100%;
	float:none;
	}

	.main-navigation ul ul li a {
	width:100%;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#F3860F;
	border:1px solid #d5740b;
	}

	.main-navigation ul ul li a:hover {

	}

	.main-navigation ul li a:hover {

	}

	.main-navigation li:hover > a {

    }

    .main-navigation .menu-container .current_page_item a,
    .main-navigation .menu-container .current-menu-item a {
        border-bottom:none !important;
        color:#F3860F !important;
    }

}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Startseite */

.firstRow {
	width:100%;
	box-sizing:border-box;
}

.firstRow .col1 {

}

.firstRow .col1 h3 {
	font-size:25px;
	color:#000;
	font-family: 'Fjalla One', sans-serif;
	margin-bottom:10px;
}

.firstRow .col1 h4 {
	font-size:22px;
	color:#000;
	font-family: 'Fjalla One', sans-serif;
	margin-bottom:6px;
}

.firstRow .col1 p {
	font-family:Lato;
	color:#333;
	line-height:1.5em;
	word-spacing:3px;
	font-size:15px;
}

.firstRow .col1 ul {
	font-family:Lato;
	color:#333;
	font-size:15px;
	list-style-type:none !important;
	margin-left:25px;
}

.firstRow .col1 .leadButton, .leadButton {
		display:inline-block;
		font-family: 'Fjalla One', sans-serif;
		padding:6px 12px;
		color:#fff !important;
		background-color:#f8981d; /* #f8981d; */
		font-size:15px;
		text-decoration:none;
		letter-spacing:1px;
		text-transform:uppercase;
		transition:all .3s ease-in-out;
		margin-top:15px;
		margin-bottom:25px;
		border:1px solid transparent;
	}

	.firstRow .col1 .leadButton:hover, .leadButton:hover {
		color:#f8981d !important;
		background-color:#fff;
		border:1px solid #f8981d;
	}

#secondary .widgetContent {
	width:100%;
	margin:0 auto;
	margin-bottom:25px;
	background-color:#6a6a6a;
	-webkit-box-shadow: 0px 0px 3px #D6D6D6;
	-moz-box-shadow: 0px 0px 3px #D6D6D6;
	box-shadow: 0px 0px 3px #D6D6D6;
	text-align:center;
	padding:20px;
}

#secondary .widgetContent.contactTeaser h3, #secondary .widgetContent.videoTeaser h3, #secondary .widgetContent.startServices h3, #secondary .widgetContent.termine h3 {
	font-size:25px;
	color:#f8981d; /* #f8981d; */
	font-family: 'Fjalla One', sans-serif;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:20px;
}


#secondary .widgetContent.startServices .startServicesList {
	list-style-type:none;
	text-align:center;
	width:90%;
	margin:0 auto;
	margin-bottom:25px;
}

#secondary .startServicesList li {
	font-size:16px;
	padding:5px 0px;
	color:#ccc;
	letter-spacing:1px;
}



#secondary .widgetContent.pvserveTeaser img {
	margin-top:5px;
	margin-bottom:8px;
	width:55%;
}



#secondary .widgetContent .teaserText {
	font-weight:bold;
	font-family:Lato;
	color:#eee;
	letter-spacing:-0.5px;
	word-spacing:3px;
	font-size:13px;
	padding-bottom:5px;
}



#secondary .widgetContent .leadButton {
	display:inline-block;
	font-family: 'Fjalla One', sans-serif;
	padding:2px 8px;
	color:#f8981d;
	font-size:15px;
	text-decoration:none;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all .3s ease-in-out;
	border-bottom:2px solid transparent;
}

#secondary .widgetContent .leadButton:hover {
	border-bottom:2px solid #f8981d;
}
#secondary .widgetContent.newsletterSub h3 {
	font-size:25px;
	color:#f8981d; /* #f8981d; */
	font-family: 'Fjalla One', sans-serif;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}

#secondary .widgetContent.newsletterSub label {
	color:#fff;
	font-family:Lato;
	text-transform:uppercase;
	letter-spacing:0.1px;
	font-size:12px;
}

#secondary .widgetContent.newsletterSub input {

}

#secondary .widgetContent.newsletterSub .button {
		background-color:#f8981d;
		color:#fff;
		text-transform:uppercase;
		margin-top:7px;
		font-size:19px;
		border-radius:0;
	}

#secondary .widgetContent.newsletterSub .button:hover {
	background-color:#ba6b06;
	color:#fff;
}

.startBlog {
	width:100%;
	padding:25px;
	overflow:hidden;
	background:url(img/startbg.jpg) no-repeat !important;
	background-size:cover !important;
}

.startBlogCenter {
	max-width:1500px;
	margin:0 auto;
}




@media screen and (min-width: 900px) {

	.startBlog .startBlogCenter .left {
		width:65%;
		float:left;
	}

	.startBlog .startBlogCenter .right {
		width:30%;
		margin-left:67%;
	}

		.startBlog .headContainer {
			display:inline-block;
			background-color:#f8981d; /* #f6a750 */
			padding:8px 13px;
			padding-left:25px;
			padding-right:25px;
			}

		.startBlog .headContainer h3 {
			clear:none;
			font-size:45px;
			color:#fff;
			font-family: 'Fjalla One', sans-serif;
		}

		.startBlog .row {
			width:50%;
		}

		.startBlog .col {
			width:43%;
			margin-right:5%;
			margin-top:40px;
			margin-bottom:60px;
			display:inline-block;
			height:150px;
			float:left;
		}

		.startBlog .col:last-child, .startBlog .col:nth-child(4) {
			margin-right:0 !important;
		}

		.startBlog .col .cat {
			margin:0;
			padding:0;
			font-size:12px;
			font-family:Lato;
			color:#f6a750;
		}

		.startBlog .col h4 {
			font-size:25px;
			font-family:Lato;
			margin-bottom:8px;
			font-weight:bold;
			display:block;
			line-height:1.2;
			overflow:hidden;
		}

		.startBlog .col h4 a {
			text-decoration:none;
			color:#000;
		}

		.startBlog .col h4 a:hover {
			color:#333;
		}

		.startBlog .col .more {
			font-size:12px;
			text-transform:uppercase;
			letter-spacing:1px;
			font-weight:bold;
			text-decoration:none;
			border-bottom:1px solid #f8981d;
			display:block;
			padding-bottom:5px;

		}

		.startBlog .blogButtons {
			text-align:left;
			margin-top:15px;
		}

		.startBlog .blogButtons h5 {
			font-size:25px;
			font-weight:bold;
			color:#000;
			font-family: 'Fjalla One', sans-serif;
			margin-bottom:20px;
		}

		.startBlog .blogButtons .btn {
			display:inline-block;
			font-family: 'Fjalla One', sans-serif;
			padding:7px 20px;
			color:#666;
			background-color:#fff; /* #f8981d; */
			border:1px solid #666;
			font-size:12px;
			text-decoration:none;
			letter-spacing:1px;
			transition:all .3s ease-in-out;
		}

		.startBlog .blogButtons .btn:hover {
			color:#fff;
			background-color:#666;
		}
}

@media screen and (max-width: 899px) {

	.startBlog .startBlogCenter .left {
		width:100%;
	}

	.startBlog .startBlogCenter .right {
		width:100%;
	}
		.startBlog .headContainer {
			display:block;
			background-color:#f8981d; /* #f6a750 */
			padding:8px 13px;
			padding-left:25px;
			padding-right:25px;
			text-align:center;
			}

		.startBlog .headContainer h3 {
			clear:none;
			font-size:38px;
			color:#fff;
			font-family: 'Fjalla One', sans-serif;
		}

		.startBlog .row {
			width:100%;

		}

		.startBlog .col {
			width:100%;
			display:inline-block;
			margin-bottom:35px;
			float:left;
		}

		.startBlog .col:last-child, .startBlog .col:nth-child(5) {
			margin-right:0 !important;
		}

		.startBlog .col .cat {
			margin:0;
			padding:0;
			font-size:12px;
			font-family:Lato;
			color:#f6a750;
		}

		.startBlog .col h4 {
			font-size:25px;
			font-family:Lato;
			margin-bottom:8px;
			font-weight:bold;
			display:block;
			line-height:1.2;
			overflow:hidden;
		}

		.startBlog .col h4 a {
			text-decoration:none;
			color:#000;
		}

		.startBlog .col h4 a:hover {
			color:#333;
		}

		.startBlog .col .more {
			font-size:12px;
			text-transform:uppercase;
			letter-spacing:1px;
			font-weight:bold;
			text-decoration:none;
			border-bottom:1px solid #f8981d;
			display:block;
			padding-bottom:5px;

		}

		.startBlog .blogButtons {
			text-align:left;
			margin-top:15px;
			margin-bottom:30px;
		}

		.startBlog .blogButtons h5 {
			font-size:25px;
			font-weight:bold;
			color:#000;
			font-family: 'Fjalla One', sans-serif;
			margin-bottom:20px;
		}

		.startBlog .blogButtons .btn {
			display:inline-block;
			font-family: 'Fjalla One', sans-serif;
			padding:7px 20px;
			color:#666;
			background-color:#fff; /* #f8981d; */
			border:1px solid #666;
			font-size:12px;
			text-decoration:none;
			letter-spacing:1px;
			transition:all .3s ease-in-out;
		}

		.startBlog .blogButtons .btn:hover {
			color:#fff;
			background-color:#666;
		}
}

/* Content */
/* ------------------------------- */

#content {
	width:100%;
	margin:0 auto;
	background-color:#fff;
}

#contentContainer {
	max-width:1500px;
	margin:0 auto;
}

.category #primary {
	background-color:#fff !important;
	box-shadow:none;
	padding:0;
}

@media screen and (min-width: 900px) {
#primary {
	width:65%;
	float:left;
	box-sizing:border-box;
	margin-right:1%;
	text-align:left;
	padding:25px;
	margin-top:25px;
	margin-bottom:25px;
}
}

@media screen and (max-width: 899px) {
#primary {
	width:100%;
	box-sizing:border-box;
	padding-right:25px;
	padding-left:25px;
	padding-top:25px;
}
}

@media screen and (min-width: 900px) {
#secondary {
	width:34%;
	float:left;
	box-sizing:border-box;
	padding-right:25px;
	padding-left:25px;
	padding-top:25px;
}
}

@media screen and (max-width: 899px) {
#secondary {
	width:100%;
	box-sizing:border-box;
	padding-right:20px;
	padding-left:20px;
	padding-top:25px;
}
}

#primary-fullwidth {
	width:100%;
	box-sizing:border-box;
	padding-right:20px;
	padding-left:20px;
	padding-top:25px;

}


.entry-title, .page-title {
	font-size:24px;
	font-weight:bold;
}

.entry-content h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size:26px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:10px;
}

.entry-content h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size:25px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:10px;
	line-height:1.4em;
}

.entry-content h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size:23px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:10px;
}

.entry-content h4 {
	font-family: 'Fjalla One', sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:10px;
}

.entry-content a {
	color:#f8981d;
 }

.entry-content a:hover {
	color:#ba6b06;
}






/* Blog */
/* ------------------------------- */

.post {
	padding:25px;
}

.category .post {
	background-color:#efefef;
	border-left:4px solid #f8981d;
}

.blog .entry-header .entry-title {
	padding-top:15px;
	padding-bottom:5px;
}

.search-results .post, .archive.tag .post {
	background-color:#efefef;
	border-left:4px solid #f8981d;
}

.blog .entry-header .entry-title a, .category .entry-title a, .search-results .entry-title a, .archive .entry-title a {
	color:#f8981d;
	text-decoration:none;
	font-size:30px;
	font-weight:normal;
	font-family: 'Fjalla One', sans-serif;
}

.blog .entry-header .entry-title a:hover, .category .entry-title a:hover, .search-results .entry-title a:hover, .archive .entry-title a:hover {
	color:#ba6b06;
}

.single-post .entry-title {
	font-size:32px;
	line-height:1.2em;
	margin-bottom:15px;
}

.single-post .wp-caption-text {
	font-size:13px;
	font-style:italic;
}

.entry-meta {
	font-size:12px;
	color:#666;
	padding-top:5px;
	font-family:Lato;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

.entry-meta a {
	text-decoration:none;
	color:#f8981d;
}

.entry-meta a:hover {
	color:#ba6b06;
}

.entry-meta a:active, entry-meta a:visited {
	color:#ba6b06;
}

.post-views.entry-meta {
	padding-top:0;
	padding-bottom:15px;
}

.entry-content {
	line-height:1.65em;
	font-size:16px;
	font-family:Lato;
	padding-top:15px;
	color:#333;
}

.entry-footer {
	font-size:12px;
	color:#555;
	padding-bottom:20px;
}

.entry-footer a {
	padding-right:20px;
	text-decoration:none;
	color:#f8981d;
}

.read-more-link {
	color:#f8981d !important;
	text-decoration:none;
	font-weight:bold;
	font-family:Lato;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
}

.read-more-link:hover {
	text-decoration:underline;
}


.category .page-header, .search-results .page-header {
	padding-top:10px;
	margin-bottom:15px;
}

.archive .page-header, .page .entry-title {
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:15px;
}


.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	color: #fff;
	text-decoration:none;
	font-family:"Fjalla One";
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	background-color: #dedede;
	color:#222;
	cursor: pointer;
	padding: 16px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #f6a750;
	color:#fff;
}

.widget_search {
	background-color:#aaa;
	padding:25px;
	text-align:center;
}

.search-field {
	width:90%;
	border-radius:0;
	border:1px solid #aaa !important;
	box-sizing:border-box;
	padding: 6px 12px !important;
	margin:0 auto;

}

.feedburner-email-subscription {
	background-color:#666;
	padding:25px;
	color:#fff;
	text-align:center
}

.feedburner-email-subscription strong {
	color:#f6a750;
	font-size:25px;
}

.wp-tag-cloud {
	list-style-type:none;
	text-align:left;
	padding:0;
	margin:0;
}

.wp-tag-cloud li {
	display:inline-block;
	margin-bottom:15px;
	margin-right:6px !important;
}

.wp-tag-cloud a {
	background-color:#f6a750;
	padding:6px 12px;
	color:#fff;
}

.wp-tag-cloud a:hover {
	color:#fff;
	background-color:#ba6b06;
}



/* Footer */
/* ------------------------------- */

#colophon {
	width:100%;
	background-color:#444;
	color:#fff;
	margin:0 auto;
	padding:25px;
	border-top:2px solid #dedede;
	font-family:Lato;
}

.colophonCenter {
	max-width:1500px;
	margin:0 auto;
}

@media screen and (min-width: 700px) {
#colophon .col1 {
	width:58%;
	float:left;
	padding:25px 0;
}
}
@media screen and (max-width: 699px) {
#colophon .col1 {
	width:100%;
	padding:25px 0;
	text-align:center;
}
}

#colophon .col1 .footerNav {
	list-style-type:none;
	margin:0;
	padding:0;
}

#colophon .col1 .footerNav li {
	display:inline-block;
	padding-right:10px;
	padding-bottom:10px;
}


#colophon .col1 .footerNav li a {
	font-family: 'Fjalla One', sans-serif;
	text-decoration:none;
}

#colophon .col1 h5 {
	margin-top:25px;
	color:#dedede;
	font-weight:bold;
	letter-spacing:1px;
	font-size:13px;
}

#colophon .col1 .smIcon {
	width:30px;
	height:auto;
	margin-top:10px;
	margin-right:15px;
}

#colophon .col1 .eBlogger {
	margin-top:25px;
	color:#dedede;
	letter-spacing:-0.5px;
	font-size:13px;
}


@media screen and (min-width: 700px) {
#colophon .col2 {
	width:38%;
	margin-left:62%;
	border-left:1px dotted #a6a6a6;
	padding:25px;
}
}

@media screen and (max-width: 699px) {
#colophon .col2 {
	width:100%;
	text-align:center;
}
}

#colophon .col2 .intro {
	letter-spacing:-0.5px;
	font-size:13px;
	color:#dedede;
}

#colophon .col2 .address {
	font-size:13px;
	color:#dedede;
}

#colophon .col2 .telmail {
	font-size:13px;
	color:#dedede;
}

#colophon .col2 span {
	color:#f8981d;
	font-weight:bold;
	letter-spacing:1px;
}

#colophon .col2 .leadButton {
	display:inline-block;
	font-family: 'Fjalla One', sans-serif;
	padding:7px 20px;
	color:#eee;
	background-color:#444; /* #f8981d; */
	border:1px solid #eee;
	font-size:12px;
	text-decoration:none;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all .3s ease-in-out;
}

#colophon .col2 .leadButton:hover {
	background-color:#eee;
	color:#444;
}

/* Contact */
/* ------------------------------- */

@media screen and (min-width: 600px) {
.contact-left {
	width:55%;
	float:left;
}

.contact-right {
	margin-left:57%;
	width:43%;
	clear:none;
	padding:25px;
	background-color:#666;
	color:#fff;
}
}

@media screen and (max-width: 600px) {
.contact-left {
	width:100%;
}

.contact-right {
	width:100%;
	clear:none;
	padding:25px;
	background-color:#666;
	color:#fff;
	margin-top:20px;
}
}

.contact-right p {
	font-family:Lato;
	font-size:13px;
	line-height:1.5em;
}

.contact-right p strong {
	color:#f8981d;
	font-weight:bold;
	letter-spacing:1px;
}


.wpcf7-form {
	background-color:#eee;
	width:100%;
	padding:15px;
}

.wpcf7-form p {
	font-size:14px !important;
	font-weight:bold;
	margin-bottom:15px;
}

.wpcf7-form input {
	margin-top:5px;
	width:100%;
}

.wpcf7-form textarea {
	width:100%;
	margin-top:5px;
}

.wpcf7-form input[type="checkbox"] {
	width:auto !important;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
	font-weight:normal !important;
	line-height:1 !important;
	color:#666 !important;
}


.wpcf7-submit {
	background-color:#F3860F !important;
	color:#fff !important;
	font-size:15px !important;
}

.wpcf7-submit:hover {

}

/* Comments */
/* ------------------------------- */

#comments {
margin-left:5px;
}

#comments ol {
list-style-type:none;
}

.comments-title {
font-size:22px;
font-weight:bold;
margin-top:10px;
}

.comment-list {
margin:0;
margin-top:15px;
padding:0;
}

.comment {
margin-bottom:18px;

}

.comment-meta {
background-color:#eee;
padding:15px;
border-left:5px solid #f8981d;
}

.avatar {
width:30px;
height:auto;
}

.comment-author .fn {
font-size:25px;
}

.comment-author .fn a {
color:#333;
text-decoration:none;
}

.comment-metadata a {
color:#333333;
text-decoration:none;
padding-right:15px;
text-transform:uppercase;
font-size:11px;
}

.comment-content {
background-color:#eee;
padding:15px;
border-left:5px solid #f8981d;
}

.reply {
background-color:#eee;
padding-left:15px;
padding-top:6px;
padding-bottom:6px;
border-left:5px solid #f8981d;
}

.reply a {
color:#000;
font-weight:bold;
font-size:13px;
text-transform:uppercase;
text-decoration:none;
}

.reply a:hover {
text-decoration:underline;
}

.comment-respond {
margin-top:15px;
padding:15px;
}

.comment-reply-title {
font-size:22px;
font-weight:bold;
}

.logged-in-as {
font-size:12px;
text-transform:uppercase;
}

.comment-form-comment label {
font-size:18px;
font-weight:bold;
padding-bottom:5px;
}

.form-allowed-tags {
font-size:11px;
text-transform:uppercase;
}

.form-allowed-tags code {
font-size:11px;
text-transform:uppercase;
}

.comment .children {
	margin:0;
	padding:18px;
}

#commentform #submit {
	background-color:#f8981d;
	color:#fff;
	font-size:15px;
	border:1px solid transparent;
	transition:all .3s ease-in-out;
}

#commentform #submit:hover {
	background-color:#fff;
	color:#f8981d;
	border:1px solid #f8981d;
	transition:all .3s ease-in-out;
}

/* About us */
/* ------------------------------- */

@media screen and (min-width: 600px) {
.about-us {
	margin-top: 15px;
	margin-bottom: 15px;
}

.au-entry-pic {
	float: left;
	padding-top: 20px;
}

.au-entry-text {
	margin-left: 180px;
}
}

@media screen and (max-width: 600px) {
.about-us {
	margin-top: 15px;
	margin-bottom: 15px;
}

.au-entry-pic {
	padding-top: 20px;
	float:none;
}

.au-entry-text {

}
}

/* Startseite */
/* ------------------------------- */


.start-dls h3 {

}



/* Dienstleistungsseiten */
/* ------------------------------- */

.dl-two-col {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #dedede;
	box-sizing:border-box;
}

.dl-two-col .col-left {
	width:30%;
	float:left;
	box-sizing:border-box;
	padding-top:18px;
}

.dl-two-col .col-right {
	width:70%;
	margin-left:30%;
	box-sizing:border-box;
	padding-left:25px;
}

.dl-two-col .col-right h2 {
	clear:none;
}

/* Shop */
/* ------------------------------- */

.woocommerce-product-details__short-description {
	margin-top:18px;
}

.woocommerce #masthead .logo {
	max-width:260px !important;
}

.woocommerce #contentContainer {
	padding:25px;
}


.woocommerce .products {
	margin:24px 0 !important;
}

@media screen and (min-width: 800px) {
.woocommerce .products li {
	background-color:#eee;
	padding:25px !important;
	width:30% !important;
	margin-right:2% !important;
	margin-bottom:24px !important;
	display:inline-block !important;
	vertical-align: top !important;
}
}

@media screen and (max-width: 799px) {
.woocommerce .products li {
	background-color:#eee;
	padding:25px !important;
	width:100% !important;
	margin:25px;
}

.woocommerce .products li img {
	max-width:300px;
}
}


.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-family: Fjalla One;
font-size:30px !important;
}

.woocommerce .products li h3 {
	font-family:Fjalla One;
	font-size:30px !important;
}

.woocommerce .products li .price {
	font-family:Lato;
	font-size:19px !important;
	margin-bottom:0 !important;
}

.woocommerce .products li .tax-info {
	font-family:Lato;
	font-size:12px;
	margin-top:0;
	padding-top:0;
	margin-bottom:0 !important;
}

.woocommerce .products li .shipping-costs-info {
	font-family:Lato !important;
	font-size:12px !important;
	margin-top:0 !important;
}

.woocommerce .products li.product.outofstock .tax-info, .woocommerce .products li.product.outofstock .shipping-costs-info {
	display:none;
}

div[itemprop="description"] {
	font-size:14px;
	margin-top:25px;
}

.woocommerce #contentContainer #container #content .product {
	background-color:#eee !important;
	padding:25px;
}

.woocommerce #contentContainer #container #content div.product div.images {
	width:33% !important;
}

.woocommerce #contentContainer #container #content div.product div.summary {
	width:64% !important;
}

.woocommerce-product-gallery.images {
	float:left;
	margin-right:45px;
}

.wc-tabs-wrapper {
	clear:both;
}

.woocommerce #contentContainer #container #content .product.outofstock .wc-gzd-additional-info {
	display:none;
}

.wc-tabs {
	display:none;
}

.woocommerce #tab-description .button {
	font-size:14px;
	margin-right:10px;
	margin-top:15px;
}

@media screen and (min-width: 1000px) {
.product-primary {
width:65%;
float:left;
}

.product-sidebar {
	width:30%;
float:right;
background-color:#ddd;
padding:25px;
font-size:15px;
line-height:1.4em;
}
}

@media screen and (max-width: 999px) {
.product-primary {
width:100%;

}

.product-sidebar {
	width:100%;
background-color:#ddd;
padding:25px;
font-size:15px;
line-height:1.4em;
}
}

.product-sidebar img {
	margin-top:10px;
	margin-bottom:15px;
}

.woocommerce-breadcrumb {
	font-family:Lato;
	font-size:13px;
	color:#333;
	display:none;
}

.woocommerce .button {
		display:inline-block !important;
		font-family: 'Fjalla One', sans-serif !important;
		padding:6px 12px !important;
		color:#fff !important;
		background-color:#f8981d !important; /* #f8981d; */
		font-size:15px !important;
		text-decoration:none !important;
		letter-spacing:1px !important;
		text-transform:uppercase !important;
		transition:all .3s ease-in-out !important;
		margin-top:15px !important;
		margin-bottom:25px !important;
		border:1px solid transparent !important;
	}

.woocommerce .button:hover {
		color:#f8981d !important;
		background-color:#fff !important;
		border:1px solid #f8981d !important;
	}



.shopSubnav {
	margin-bottom:15px;
}

.shopSubnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

@media screen and (min-width: 700px) {
.shopSubnav ul li {
	display:inline-block;
}
}

@media screen and (max-width: 699px) {
	.shopSubnav ul li {
		display:inline-block;
		margin-bottom:10px;
}
}


.shopSubnav ul li a {
	padding:8px 12px;
	background-color:#666;
	color:#fff;
	font-family:Lato;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

.shopSubnav ul li a:hover {
	background-color:#555;
}




.stock.out-of-stock {
  color:#f8981d !important;
  font-weight:bold;
}

.wcwl_frontend_wrap {
  background-color:#dedede;
  padding:18px;
  border:1px solid #666;
  border-radius:4px;
}

.wcwl_email_elements {

}

.wcwl_email_field input {
  width:100%;
  max-width:350px;
  padding:10px 6px !important;
}

.wcwl_control {

}


.product.outofstock .wgm-info.woocommerce-de_price_taxrate {
  display:none;
}

.product.outofstock .wgm-info.woocommerce_de_versandkosten {
  display:none;
}



/* Language Product Overview */

.langProducts {
}

@media screen and (min-width: 800px) {
.langProducts .product {
	width:31%;
	background-color:#dedede;
	padding:25px;
	display:inline-block;
	float:left;
	margin-right:1%;
}
}

@media screen and (max-width: 799px) {
.langProducts .product {
	width:100%;
	background-color:#dedede;
	padding:25px;
	display:inline-block;
	margin-bottom:20px;
}
}

.langProducts .product a {
}

.langProducts .product a:hover {
}

.langProducts .product img {
	width:100%;
	height:auto;
}

.langProducts .product h3 {
	margin-top:8px;
}

.langProducts .product p.description {
	font-family:Lato;
	font-size:14px;
	margin-bottom:18px;
}

.langProducts .product .moreBtn {
	background-color:#666;
	color:#fff;
	font-family:"Fjalla One";
	font-size:16px;
	font-weight:bold;
	padding:6px 12px;
}

.langProducts .product .moreBtn:hover {
	background-color:#aaa;
}

.product-primary .button {
	background-color:#666;
	color:#fff;
	padding:6px 12px;
	display:inline-block;
	margin-top:15px;
}

.product-primary .button:hover {
	background-color:#555;
	color:#fff;
}

.products-contact-teaser {
	width:100%;
	padding:25px;
	background-color:#666;
	color:#fff;
	text-align:center;
	margin-top:25px;
}

.products-contact-teaser .button {
	background-color:#555;
	color:#F3860F;
	padding:10px 18px;
	display:inline-block;
	margin-top:15px;
	font-weight:bold;
 	font-size:25px;
}

.products-contact-teaser .button:hover {
	background-color:#444;
	color:#F3860F;
}

/* ======== */

.shareText {
display:block;
font-size:14px;
font-family:Lato;
font-weight:bold;
padding-bottom:10px;
}

#catapult-cookie-bar {
padding-top:6px !important;
padding-bottom:6px !important;
font-size:12px !important;
font-family:Lato !important;
}

/* Mail POP */


.mailPop {
	font-family:Lato;
}

#mc_embed_signup form {
	text-align:center !important;
}

.mailPop p {
	margin-bottom:0 !important;
}

.mailPop h3 {
	font-size:28px;
	color:#f8981d; /* #f8981d; */
	font-family: 'Fjalla One', sans-serif;
	margin-top:10px;
	margin-bottom:20px;
}

.mailPop input.email {
	width:60%;
	margin:0 auto;
	padding:8px 10px !important;
}

.mailPop .button {
	margin-top:15px !important;
}

.widget_tag_cloud .widget-title {
	display:none !important;
}

/* pvTraining / Event Booking */

.em-booking-form-details {
	width:80% !important;
}

.em-booking-submit {
		display:inline-block;
		font-family: 'Fjalla One', sans-serif;
		padding:6px 12px;
		color:#fff;
		background-color:#f8981d; /* #f8981d; */
		font-size:18px !important;
		text-decoration:none;
		letter-spacing:1px;
		text-transform:uppercase;
		transition:all .3s ease-in-out;
		margin-top:15px;
		margin-bottom:25px;
		border:1px solid transparent !important;
	}

.em-booking-submit:hover {
		color:#f8981d !important;
		background-color:#fff !important;
		border:1px solid #f8981d !important;
	}




	/* pvBuero Termine */




	.termineList {
		list-style-type:none;
		text-align:left;
		margin:20px;
		padding:0;
	}

	.termineList li {
		margin-bottom:8px;
		padding-bottom:8px;
		line-height:1.4;
	}

	.termineList li a {
		text-decoration:none;
	}

	.termineList li a:hover {
		text-decoration:underline;
	}

	.termineList .dateTime {
		font-size:12px;
		color:#fff;
	}

	.termineList .title {
		color:#f8981d;
		font-weight:bold;
		font-size:17px;
	}

	.noTermine {
		text-align:center;
		font-size:15px;
		color:#fff;
		margin-bottom:20px;
	}

/* Hide reCaptcha Badge */

.grecaptcha-badge {
    opacity:0;
	/* Wichtig: Opacity verwenden und nicht display:none, da sonst Spamschutz nicht greift */
}



/* MICRO BLOG */

.microBlog {
	width:100%;

}

@media screen and (min-width: 900px) {
	.microBlogCenter {
		margin:24px auto;
		vertical-align:top;
		max-height:800px;
		overflow-y:scroll;
	}
}

@media screen and (max-width: 899px) {
	.microBlogCenter {
		margin:24px auto;
		vertical-align:top;
	}
}

.microBlogCenterFull {
	vertical-align:top;
	max-width:550px;
}

.microBlog h2 {
	font-size: 25px;
	color: #000;
	font-family: 'Fjalla One', sans-serif;
	margin-bottom: 10px;
	font-weight:bold;
}

#style-10::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-10::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb
{
    background-color: #f8981d;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg,
                                              rgba(0, 0, 0, .2) 25%,
                                              transparent 25%,
                                              transparent 50%,
                                              rgba(0, 0, 0, .2) 50%,
                                              rgba(0, 0, 0, .2) 75%,
                                              transparent 75%,
                                              transparent)
}


.microBlog .mbEntry {
	width:100%;
	margin-bottom:24px;
	border:1px solid #dedede;
	background-color:#efefef;
	display:inline-block;
	vertical-align:top;
	border-left:1px solid #f8981d;
}

.microBlog .mbEntry:last-child {
	margin-right:0 !important;
}

.microBlog .mbText {
	padding:18px;
	font-family: Lato;
}



.microBlog .mbText .desc {
	margin:0;
	font-size:13px;
}

.microBlog .mbText .hashtags {
	padding-top:12px;
	margin:0;
	font-size:13px;
	line-height:1.3;
}

.microBlog .mbImage img {
	width:100%;
	height:auto;
	padding-left:18px;
	padding-right:18px;
}

.microBlog .mbMeta {
	padding:6px 18px;
}

.microBlog .mbMeta p {
	margin:0;
	padding:0;
	margin-top:-8px;
	margin-bottom:3px;
}

.microBlog .mbMeta a {
	font-size: 11px;
	font-family:Lato;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #f8981d;
	margin-right:6px;
}

.microBlog .date {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight:bold;
	font-family: Lato;
	color: #666;
}


/* SHOP IMAGE GALLERY */

.woocommerce-product-gallery__image img {
	padding:12px;
	border-radius:4px;
}


/* WEBINAR PRODUCT OVERVIEW */

.page-id-2977 .woocommerce ul.products li.product {
	width:100% !important;
}

.page-id-2977 .woocommerce ul.products li.product a img {
	display:none !important;
}

.page-id-2977 .woocommerce ul.products li.product strong {
	display:inline !important;
}

.page-id-2977 .woocommerce ul.products li.product .woocommerce_de_versandkosten {
	display:none !important;
}





/* WEBINARE SINGLE PRODUCT PAEG */


.single-product .product_cat-seminare .woocommerce-product-gallery, .single-product .product_cat-webinare-seminare .woocommerce-product-gallery {
	display:none !important;
}

.single-product .product_cat-seminare .entry-summary, .single-product .product_cat-webinare-seminare .entry-summary {
	float:none !important;
	width:100% !important;
	margin-top:12px !important;
	margin-left:-25px !important;
}

.single-product .product_cat-seminare .woocommerce-tabs, .single-product .product_cat-webinare-seminare .woocommerce-tabs {
	margin-left:-25px !important;
}

.single-product .product_cat-seminare .woocommerce_de_versandkosten, .single-product .product_cat-seminare .shipping_de, .single-product .product_cat-webinare-seminare .woocommerce_de_versandkosten, .single-product .product_cat-webinare-seminare .shipping_de {
	display:none !important;
}