@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-Thin.ttf');
	font-weight:100;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-ThinItalic.ttf');
	font-weight:100;
	font-style:italic;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-ExtraLight.ttf');
	font-weight:200;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-ExtraLightItalic.ttf');
	font-weight:200;
	font-style:italic;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-Light.ttf');
	font-weight:300;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-LightItalic.ttf');
	font-weight:300;
	font-style:italic;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-Regular.ttf');
	font-weight:400;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-Italic.ttf');
	font-weight:400;
	font-style:italic;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-Medium.ttf');
	font-weight:500;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-MediumItalic.ttf');
	font-weight:500;
	font-style:italic;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-SemiBold.ttf');
	font-weight:600;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-SemiBoldItalic.ttf');
	font-weight:600;
	font-style:italic;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-Bold.ttf');
	font-weight:700;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-BoldItalic.ttf');
	font-weight:700;
	font-style:italic;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-ExtraBold.ttf');
	font-weight:800;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-ExtraBoldItalic.ttf');
	font-weight:800;
	font-style:italic;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-Black.ttf');
	font-weight:900;
}

@font-face {
	font-family: Barlow;
	src: url('fonts/Barlow/Barlow-BlackItalic.ttf');
	font-weight:900;
	font-style:italic;
}

/* ALLGEMEIN */

*{
	padding:0;
	margin:0;
}

html{
    overflow: hidden;    
}

html,body {
    height:100%; /* braucht es für die min-height des Containers */
	
}

body
{
	position:relative;
	width:100%;
	height:100%;
	color:white;
	font-family: Barlow;
	font-size:18px;
	overflow-x:hidden;
	background-color:#0B4EA2;
	font-weight:500;
}

h2, .h2
{
	font-weight:bold;
}

h3, .h3
{
	font-weight:bold;
	color:#8CC63F;
	font-size:1.4rem;
}

h4, .h4
{
	font-weight:600;
	font-size:1.2rem;
}

.green_font
{
	color:#8CC63F;
}

.icon
{
	width:100%;
	max-width:50px;
}

/* ALLGEMEIN */

/* MENU */

.menu_container
{
	/* position:relative; */
}

.navbar
{
	background-color:#0B4EA2!important;
	color:white!important;
}

.nav-link
{
	color:white!important;
}

.nav-link:hover
{
	color:#8CC63F!important;
}

.navbar-brand
{

}

.navbar-brand img
{
	position:absolute;
	top:-71px;
	left:0;
	width:200px;
	height:auto;
	background-color:white;
	-webkit-box-shadow: 0px 0px 7px 2px #757575; 
	box-shadow: 0px 0px 7px 2px #757575;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	z-index:100;
}

.logo_small
{
	display:none;
}

.submenu
{
	background-color:#8CC63F;
}

.submenu ul
{
	list-style:none;
}

.submenu li
{
	float:right;
}

.submenu .icon
{
	height:30px;
	width:auto;
}

.submenu li a
{
	color:white;
	text-decoration:none;
}

@media (max-width: 1000px) {
	.navbar-brand img
	{
		height:80px;
		width:auto;
		background-color:transparent;
		position:relative;
		-webkit-box-shadow: none; 
		box-shadow: none;
		padding:0px;
		top:-8px;
	}
	
	.logo_small
	{
		display:block;
	}
	
	.logo_large
	{
		display:none;
	}
	
	.submenu
	{
		font-size:0.8rem;
	}
	
	.submenu .icon
	{
		height:20px;
	}
}

/* MENU */

/* HEADER */

/* .carousel-inner */
/* { */
	/* height:800px; */
/* } */

.carousel-item, .carousel-item img
{
	height:600px;
}

.carousel-item img
{
	object-fit:cover;
	object-position:center;
}

.carousel-caption
{
	top:30%;
	bottom:unset;
}

.carousel-caption h1,
.carousel-caption h2
{
	text-shadow: black 1px 0 10px;
	font-weight:bold;
}

.carousel-caption h2
{
	font-size:1.5rem;
}

.carousel-caption button
{
	background-color:transparent;
	border:2px solid white;
	color:white;
	border-radius:0px;
	-webkit-box-shadow: 0px 0px 7px 2px #757575; 
	box-shadow: 0px 0px 7px 2px #757575;
	text-shadow: black 1px 0 10px;
	font-weight:500;
	font-size:1.2rem;
}



.carousel-caption button:hover
{
	background-color:#0B4EA2;
	border:2px solid white;
	color:#8CC63F;
	text-shadow:none;
	border:2px solid #8CC63F;
}


@media (max-width: 1000px) {
	.carousel-caption h1,
	.carousel-caption h2
	{
		font-size:1.2rem;
	}
	
	.carousel-caption
	{
		top:20%;
	}
	
	.carousel-caption button
	{
		font-size:1rem;
	}
	
	.carousel-item, .carousel-item img
	{
		height:300px;
	}
}

@media (max-width: 600px) {

	.carousel-caption
	{
		top:5%;
	}
	
	.carousel-caption button
	{
		font-size:0.8rem;
	}
	
	.carousel-item, .carousel-item img
	{
		height:230px;
	}

}

/* HEADER */

/* INHALT */
.main_content
{
	background-color:white;
	width:100%;
	color:#0B4EA2;
	border-top:7px solid #8CC63F;
	position:relative;
}

.main_content_parallax
{
	height: 250px; 
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
}

.blue_overlay
{
	background-color:#0B4EA2bb;
	/* background-color:#013a827d; */
	height: 250px; 
}

.main_content a
{
	text-decoration:none;
	color:#8CC63F;
}

.main_content_parallax img
{
	width:100%;
	max-width:150px;
}

.main_content_parallax p
{
	font-weight:normal;
	font-size:0.9rem;
}

.main_content_parallax button
{
	background-color:transparent;
	border:2px solid white;
	color:white;
	border-radius:0px;
	font-weight:600;
	font-size:1.4rem;
}

.main_content_parallax button:hover
{
	background-color:transparent;
	border:2px solid white;
	color:#8CC63F;
	text-shadow:none;
	border:2px solid #8CC63F;
}

@media (max-width: 767px) {

	.main_content_parallax
	{
		height: 300px; 
	}
	
	.blue_overlay
	{
		height: 300px; 
	}
	
	.main_content_parallax button
	{
		font-size:1rem;
	}
	
	.main_content_parallax img
	{
		max-width:70px;
	}

}


.container
{
	max-width: 1000px!important;
	position:relative;
}

.person_circle
{
	width:100%;
	max-width:150px;
	border-radius:50%;
}

.main_content ul
{
	text-align:center;
	list-style-position: inside;
	display:inline-block;
	list-style: none;
	padding:0px;
}

.main_content li
{
	text-align:center;
}

.main_content  ul li:before {
  
    content: '';
    border: 2px solid #8CC63F;
    border-radius: 0;
    width: 0.6em;
    height: 0.6em;
    display: inline-block;
    padding: 0.25em;
    /* line-height: 1.0; */
    margin-right: 0.5em;
}

.back_logo
{
	position:absolute;
	right:0;
	top:80px;
	width:230px;
}

.praxis_images
{
	height:400px;
	/* object-fit: cover; */
}

.praxis_images img
{
	width:100%;
	height:400px;
	object-fit: cover;
}

@media (max-width: 1200px) {

	.praxis_images, .praxis_images img
	{
		height:200px;
	}

}

/* INHALT */

/* KONTAKTFORMULAR */

.kontaktformular input, .kontaktformular textarea, .kontaktformular button
{
	border-radius:0;
	border:2px solid #0B4EA2;
}

.kontaktformular textarea
{
	height:304px;
}

.kontaktformular button
{
	background-color:#8CC63F;
	width:100%;
	font-weight:bold;
	border:0;
}


.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color:#0B4EA2;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#0B4EA2;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color:#0B4EA2;
}

.alert
{
	border-radius:0;
}



/* KONTAKTFORMULAR */

/* FOOTER */

.footer
{
	background-color:#0B4EA2;
	color:white;
	font-size:0.9rem;
}

.footer a
{
	color:white;
	text-decoration:none;
}

.footer .logo
{
	width:100%;
	max-width:250px;
}

.footer .telefon
{
	font-size:1.4rem;
}

.footer .impressum
{
	font-size:0.7rem;
}

.footer td
{
	padding-left:5px;
}


@media (max-width: 767px) {

	.footer .logo
	{
		width:100%;
		max-width:150px;
	}

}

/* FOOTER */


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
	/* background-image: url("/fileadmin/user_upload/kreativbuero_2d.jpg"); */
	/* background-size: cover; */
}



#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8cc63f;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color:#0b4ea2;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #8cc63f;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: white;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    } 