/*
Theme Name: DERDA Child-Theme
Theme URI: https://p3creation.com
Description: Child Theme
Author: P3 CREATION GROUP
Author URI: https://p3creation.com
Template: p3-homepage
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: p3-homepage-child
Tags: 
Domain Path: /languages
*/


/* Basics */

body{
	font-size: 18px;
}

h2, .h2{
	font-size: 32px;
	color: #183650;
}

h3, .h3{
	font-size: 22px;
	color: #008bcf;
}

a {
    color: #008bcf;
}

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

.textmarker-blau h2{
	display: inline-block;
    background-color: rgba(52, 204, 255, 1) !important;
    padding: 0 10px;
    color: #fff;
}

iframe{
    max-width: 100%;
    width: 100%;
    height: 250px;
}

/* Buttons */

.button-blau-weiss a{
    border-radius: 50px !important;
    background-color: #008bcf !important;
    color: #fff !important;
    background-image: none !important;
    border: 2px solid #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: "Titillium Web V9 Latin 700";
}

.button-blau-weiss a:hover{
    background-color: #fff !important;
    color: #183650 !important;
    border: 2px solid #fff !important;
}

/* Visual Composer */

.section-gray h2{
	text-transform: uppercase;
}

.section-gray p{
	color: #808080;
}


/* Header */

	/* Topbar */

	@media (min-width: 1024px) {
		.gm-navbar .gm-container {
		    padding-right: 15px;
		    padding-left: 15px;
		    flex: 1 100%;
		    justify-content: flex-end;
		}
	}

	.gm-navbar .gm-toolbar-email span.groovy-69018-envelope,
	.gm-navbar .gm-toolbar-phone span.groovy-69018-call-in {
	    color: #008bcf;
	    margin-right: 10px;
	}


	/* Navigation */

	@media (min-width: 1024px) {
		.gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu .gm-menu-item.current-menu-item:hover {
		    background-color: #183650 !important;
		}
	}

	@media (min-width: 576px) {
	    .gm-container{
	        max-width: 540px !important;
	    }
	}

	@media (min-width: 768px) {
	    .gm-container{
	        max-width: 720px !important;
	    }
	}

	@media (min-width: 992px) {
	    .gm-container{
	        max-width: 960px !important;
	    }
	}

	@media (min-width: 1200px) {
	    .gm-container{
	        max-width: 1440px !important;
	    }
	}


	/* WPML-Sprachumschalter */

	ul.gm-navbar-nav li.wpml-ls-item .gm-dropdown-menu-wrapper,
	ul.gm-navbar-nav li.wpml-ls-item .gm-dropdown-menu,
	ul.gm-navbar-nav li.wpml-ls-item .gm-dropdown-menu li{
		width: 68px !important;
		min-width: 68px !important;
		text-align: center !important;
	}

	ul.gm-navbar-nav li.wpml-ls-item .gm-menu-item__txt-wrapper{
		margin: 0 auto;
	}

	ul.gm-navbar-nav li.wpml-ls-item div.gm-dropdown-menu-wrapper{
		margin-top: -45px;
	}


/* Page-Header */

#page-header{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#page-header .vc_column-inner{
	padding-top: 75px;
	padding-bottom: 40px;
}

#page-header h1{
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
}

/* Page-Breadcrumb */

#page-breadcrumb{
	font-size: 14px;
}

#page-breadcrumb a{
	color: #404040;
}

#page-breadcrumb a:hover{
	text-decoration: underline;
}

/* Page-Headline */

#page-headline{
	margin-bottom: 60px;
}

#page-headline .vc_column-inner{
	padding-top: 30px;
    padding-bottom: 30px;
}

#page-headline .page-headline-titel h2{
	text-transform: uppercase;
}

#page-headline .page-headline-titel:before{
	content: " ";
	width: 50px;
	display: inline-block;
	border-top: 3px solid #008bcf;
	position: absolute;
	margin-left: 15px;
}

#page-headline .page-headline-text > .vc_column-inner{
	border-top: 5px solid #E6E6E6;
	border-bottom: 5px solid #E6E6E6;
}

#page-headline .page-headline-text p{
	color: #808080;
	font-size: 20px;
}


/* Leistungen (3-Spalten) */

#leistungen > .wpb_column > .vc_column-inner > .wpb_wrapper{
    border-bottom: 5px solid #ebebeb;
    height: 100%;
    margin-bottom: 45px;
}

/* Facts */

#facts h3{
    color: #183650;
    font-size: 32px;
    margin-bottom: 0px;
}

/* Footer-Anfrage */

#footer-anfrage .h2{
    color: #fff !important;
    font-size: 30px;
}


/* Blue-Footer (Auf Unterseiten von "Dienstleistungen") */

#blue-footer{
	margin-top: 60px;
}

#blue-footer .wpb_column{
	text-align: center;
}

#blue-footer .wpb_column > .vc_column-inner{
	padding: 35px;
}

#blue-footer .wpb_column .wpb_content_element{
	max-width: 330px;
	margin: 0 auto;
}

#blue-footer .widget_media_image{
	margin-bottom: 30px;
}

#blue-footer h2{
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff;
}

#blue-footer p,
#blue-footer a{
	font-size: 20px;
	color: #fff;
}

/* 404 */

#content404{
	margin: 120px 0;
}


/* Footer */

footer{
    background-color: #e6e6e6;
}

#footer {
    margin-top: 0;
    border-top: 0;
}

#footer .footer-logo img{
	width: 400px;
}

#footer .footer-menu ul{
	margin-right: 0;
	list-style: none;
	padding-left: 0;
	display: flex;
    justify-content: space-around;
}

@media(min-width: 992px) {
	#footer .footer-menu ul{
    	flex-direction: column;
	}
}

#footer .footer-menu ul li{
	list-style: none;
}

#footer .footer-menu ul li a{
	color: #008bcf;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0;
}

#footer .footer-menu ul li a:hover{
	color: #212529;
}

#footer .copyright p{
	font-size: 14px;
}