body {
  overflow-x: hidden;
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  color:#363636;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

p {
  line-height: 1.5;
}

a {
  color: #6b227f ;
}

a:hover {
  color: #6b227f ;
  text-decoration:none;
}

img{
	max-width:100%;
	height: auto;
}

strong {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

h1{
	font-size:35px;
	color: #054982;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: uppercase;
}
h2{
	font-size:32px;
	color: #054982;
	font-weight: 600;
	line-height: 1.3em;
	text-transform: uppercase;
}
h3{
	font-size:25px;
	color: #054982;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom:30px;
}
h4{
	font-size:22px;
	color: #054982;
}

.line {
    height: 2px;
    width: 200px;
    background: #054982;
    margin: 15px auto 40px;
}

@media (max-width: 991px) {
	h1{
		font-size:32px;
	}
}
@media (max-width: 500px) {
	h1{
		font-size:28px;
	}
}


section {
  padding: 90px 0;
}
section.small-section{
	padding:50px 0;
}
section.section-no-bottom{
	padding:100px 0 0;
}
section.small-section-no-bottom{
	padding:50px 0 0;
}
section.section-nopadding{
	padding:0px 0 0;
}
section.section-no-top{
	padding:0px 0 90px;
}
section.blue-bg-section {
    background: #9cbad0;
}
section.violet-bg-section {
    background: #a57fba;
}


.text-align-right {
    text-align: right;
}

@media (max-width: 991px) {
	.text-center-mobile{
		text-align:center;
	}
}

ul{
	padding-left:15px;
	list-style: none;
}
ul li{
	line-height: 30px;
    margin-bottom: 5px;
}

li::before {
	content: "\25A0"; 
	color: #054982;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
	margin-top:-2px;
}
  
.padding-top{
	padding-top:50px;
}
.no-gutters{
	padding:0;
}

.btn-link {
    position: relative;
    margin-top: 30px;
	margin-bottom: 40px;
}
.btn-link a {
    color: #090715;
    margin-top: 20px;
    position: relative;
    border: 1px solid #090715;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 12px;
}
.btn-link:hover, .btn-link a:hover {
	text-decoration:none;
}

/** NAVIGATION **/

.headbar-contact {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background: #054982;
    color: #fff;
    padding: 5px 0px;
}
.contact-link{
	display: inline-block;
    margin-right: 25px;
    z-index: 1;
    position: relative;
    font-size: 18px;
}
.contact-link a {
    color: #fff;
    text-decoration:none;
}
.phone{
	float: right;
	z-index: 1;
    position: relative;
}
.phone a {
    color: #fff;
    font-weight: 500;
	font-size:18px;
	text-decoration:none;
}
.phone a:hover{
	text-decoration:none;
}

header#header {
    right: 0;
    left: 0;
    background: #fff;
    top: 0;
    width: 100%;
}

.headerwrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 992px){
	.headerwrapper {
	    width: 970px;
	}
}
@media (max-width: 1399px) and (min-width: 1200px){
	.headerwrapper {
	    width: 1140px;
	}
}
@media (min-width: 1400px){
	.headerwrapper {
	    width: 1140px;
	}
}
@media (max-width: 991px){
	.headerwrapper {
	    padding: 0;
	}
	.headbar-contact .container {
	    max-width: 100%;
	}
}

.logo {
    background: url(../images/VID_Logo_4C-Vektor.svg) no-repeat left center;
    height: 140px;
    width: 370px;
    background-size: 370px;
    margin-top: 40px;
    margin-bottom: 10px;
}
@media (max-width: 991px){
	.logo {
	    margin-left: 15px;
	    margin-top: 35px;
	    margin-bottom: 10px;
	    background: url(../images/VID_Logo_4C-Vektor.svg) no-repeat left center;
	    height: 120px;
	    width: 340px;
	    background-size: 340px;
	}
}
@media (max-width: 500px){
	.logo {
	    margin-left: 15px;
	    margin-top: 35px;
	    margin-bottom: 10px;
	    background: url(../images/VID_Logo_4C-Vektor.svg) no-repeat left center;
	    height: 100px;
    	width: 260px;
    	background-size: 260px;
	}
}
@media (max-width: 400px){
	.logo {
	    margin-left: 0px;
	    margin-top: 35px;
	    margin-bottom: 10px;
	    background: url(../images/VID_Logo_4C-Vektor.svg) no-repeat left center;
	    height: 100px;
    	width: 230px;
    	background-size: 230px;
	}
}
/*
.GPT {
    background: url(../images/GPT.jpg) no-repeat left center;
    height: 170px;
    width: 370px;
    background-size: 370px;
    margin-top: 10px;
    margin-bottom: 10px;
}
*/
.logo2 {
    background: url(../images/Member.jpg) no-repeat left center;
    height: 170px;
    width: 370px;
    background-size: 370px;
    margin-top: 10px;
    margin-bottom: 10px;
}

nav.navbar {
    padding:0;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px){
	.navbar-expand-lg {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}

ul.nav.navbar-nav {
    padding: 70px 0px 10px;
}

li.nav-item {
    padding: 0px 8px 0px 10px;
	margin-bottom: 0px;
	border-right:1px solid #676c6b;
}
li.nav-item::before, li.nav-item ul li::before{
	display:none;
}
li.nav-item:last-child {
	padding: 0px 0px 0px 10px;
	border:none;
}

a.nav-link {
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    color: #676c6b !important;
    line-height: 22px;
}
a.nav-link:hover, a.nav-link.active, a.nav-link.trail{
	color: #6b227f  !important;
}

a.nav-link.active, a.nav-link.trail {
    color: #6b227f  !important;
}

@media (max-width: 1199px){

	a.nav-link {
		font-size: 17px;
		padding: 0px !important;
	}
	ul.nav.navbar-nav {
		padding: 60px 0px 10px;
	}
	.contact-link a{
		font-size:16px;
		line-height: 27px;
	}
	.phone a{
		font-size:16px;
	}
}

button.navbar-toggler {
    border: none;
    outline: none;
    padding: 0;
    margin-top: 32px;
    margin-right: 25px;
}

ul.dropdown-menu {
    background: #009640;
    border-radius: 0;
    border: none;
    padding: 0;
    margin:0;
}
ul.dropdown-menu li {
    width: 100%;
    padding: 5px 15px;
    border-bottom: 1px solid #fff;
	margin-bottom:0;
}
ul.dropdown-menu li:last-child {
    border-bottom: none;
}
ul.dropdown-menu li a {
    color: #fff;
    padding: 5px 0px 5px;
}
ul.dropdown-menu li a:hover{
	text-decoration:none;
}
ul.dropdown-menu li:hover, ul.dropdown-menu li.active{
    background: #027935;
	text-decoration:none;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    float: right;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: 7px;
    display: none;
}

@media (max-width: 500px){
	.navbar-expand-lg .navbar-toggler {
	    margin-right: 15px;
	}
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-toggler {
	    display: none;
	}

	.caret {
	    display: inline-block;
	}
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}

.navbar-toggler .icon-bar {
	width: 26px;
    transition: all 0.3s;
    background-color: #054982;
    height: 3px;
    display: block;
    border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.middle-bar {
	opacity: 0;
}
.bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.caret-dropdown{
	display:none !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    float:right;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: 7px;
    display:none;
}
.dropdown.open .caret{
	border-top: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ed6100;
}
.dropdown-toggle::after{
	border:none;
	margin: 0;
}
.caret-dropdown.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid #fff;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

@media (max-width: 991px){
	ul.nav.navbar-nav {
	    margin-top: 15px;
	    padding: 0;
    	background: #054982;
	}
	li.nav-item {
		padding: 0px 15px 0px;
		border: 0 !important;
		max-height: 45px;
		border-bottom: 1px solid #fff !important;
	}
	li.nav-item:last-child {
		padding: 0px 15px 0px;
	}
	li.nav-item:last-child{
		border:none !important;
	}
	.navbar-dark .navbar-nav .nav-link {
	    color: #fff !important;
	}
	a.nav-link {
	    padding: 10px !important;
    	width: 90%;
    	float: left;
	}
	li.nav-item:last-child a.nav-link {
	    border: 0;
	}
	.caret-dropdown{
		display: inline-block !important;
	    float: right;
	    margin-top: 10px;
	    width: 10%;
    	text-align: right;
	}
	.dropdown-menu{
		position:relative;
		width:100%;
	}
	ul.dropdown-menu li {
	    width: 100%;
	    padding: 10px 30px;
	    border:0;
	}
}



/***********/

/** SLIDER **/
#slider {
    border-bottom: 15px solid #6b227f;
}
#slider .carousel-item {
  height: 60vh;
  min-height: 600px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slider .carousel-inner .carousel-item, .headerimage .ce_image {
    min-height: 600px; 
    max-height: 600px;
    background-size: cover;
}

@media (max-width: 767px){
	#slider .carousel-inner .carousel-item {
	    min-height: 400px; 
	    max-height: 400px;
	    background-size: cover;
	}
}

@media (max-width: 500px){
	#slider .carousel-inner .carousel-item {
	    min-height: 300px; 
	    max-height: 300px;
	    background-size: cover;
	}
}

#slider .arrow-right {
    height: 50px;
    width: 30px;
    position: absolute;
    background: url('../images/icons/arrow-right.svg') no-repeat;
    background-size: 30px;
    z-index: 1000;
    top: 45%;
    right: 2%;
}
#slider .arrow-left {
    height: 50px;
    width: 30px;
    position: absolute;
    background: url('../images/icons/arrow-left.svg') no-repeat;
    background-size: 30px;
    z-index: 1000;
    top: 45%;
    left: 2%;
}

@media (max-width: 767px){
	#slider .arrow-right {
		height: 34px;
		width: 20px;
		background-size: 20px;
		top: 45%;
	}
	#slider .arrow-left {
		height: 34px;
		width: 20px;
		background-size: 20px;
		top: 45%;
	}
}

/************/

/** HEAD IMAGE **/

#headbanner {
    border-bottom: 15px solid #6b227f;
}
.headbanner {
    min-height: 600px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 767px){
	.headbanner {
	    min-height: 400px; 
	    max-height: 400px;
	    background-size: cover;
	}
}

@media (max-width: 500px){
	.headbanner {
	    min-height: 300px; 
	    max-height: 300px;
	    background-size: cover;
	}
}


/************/

/** ENTRIES **/

.entrybox {
    width: 100%;
    background-size: cover;
    height: 360px;
}
.entrybox-title{
	background: rgba(255,255,255,0.8);
    color: #054982;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    font-weight: 600;
    width: calc(100% - 30px);
    padding: 12px;
    font-size: 22px;
    text-align:center;
}

@media (max-width: 991px){
	.entrybox{
		margin-top:30px;
		height: 450px;
	}
}

@media (max-width: 500px){
	.entrybox{
		margin-top:30px;
		height: 300px;
	}
}

/***********/

/** LEISTUNGEN **/

.imagebox {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: right;
}

.textbox{
	background: #cedde7;
    color: #054982;
    padding: 50px 60px;
    text-align: center;
    min-height: 400px;
}
.infobox.light .textbox{
	background: #9cbad0;
}

.textbox h3 {
    font-size: 25px;
    margin-bottom: 30px;
}

.textbox .contact-btn {
    background: #6b227f;
    max-width: 200px;
    margin: 30px auto 0;
    padding: 5px;
}

.textbox .contact-btn a{
	color:#fff;
}

@media (max-width: 991px){ 
	.imagebox {
		margin-bottom:10px;
		/*display:none;*/
	}
	.teamimage .imagebox{
		display:block;
	}
	
	.textbox{
		margin-bottom:10px;
	}
	.infobox .textbox {
	    margin-bottom: 20px;
	    min-height: initial;
	}
}

.gallery {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
}


.teambox {
    margin-bottom: 30px;
}
.teamimage {
    max-width: 400px;
    margin: 0 auto;
}
@media (max-width: 500px){ 
	.teambox .textbox {
	    padding: 40px 20px;
	}
}
/***********/

/** KONTAKT **/

.contactform {
    text-align: center;
    margin: 40px auto 0;
    max-width: 800px;
}

.contactform input,
.contactform textarea {
   padding: 10px;
   border: 1px solid #ccc;
   margin-bottom: 10px;
   background: none;
   width: 100%;
}

.contactform textarea {
   height: 150px;
   resize:none;
}

.contactform .form-control:focus {
   border-color: #5585c4;
   box-shadow: none;
}

.checkbox_container .checkbox {
    width: 20px;
    float: left;
    margin-top: 4px;
    margin-right: 15px;
}

.checkbox_container label {
    width: 90%;
    font-size: 15px;
    float: left;
    text-align: left;
}

.contactform .submit {
    background: #6b227f;
    color: #fff;
    margin-top: 30px;
    border: none;
    border-radius: 0;
    padding: 10px 25px;
    font-size: 18px;
    margin-bottom: 100px;
    font-weight: 600;
    text-transform: uppercase;
}


/********/

/** FOOTER **/

footer {
  padding: 35px 0 0;
  background:#054982;
  color:#fff;
}
footer .logo{
	background: url('../images/VID_Logo_weiss-Vektor.svg') no-repeat;
    height: 115px;
    width: 280px;
    background-size: 300px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -38px;
}

footer .logo2{
	background: url('../images/logo-white.svg') no-repeat;
    height: 120px;
    width: 270px;
    background-size: 270px;
    margin-top: 0;
    margin-bottom: 0;
}

footer .partner-logos {
    padding-top: 30px;
}

footer .GPT{
	background: url('../images/GPT.png') no-repeat;
    height: 120px;
    width: 150px;
    background-size: 150px;
    margin-bottom: 0;
}


footer .member{
	background: url('../images/Member.png') no-repeat;
    height: 120px;
    width: 150px;
    background-size: 150px;
    margin-bottom: 0;
}

footer .ivrt{
	background: url('../images/IVRT_logo_weiss.png') no-repeat;
    height: 75px;
    width: 180px;
    background-size: 180px;
    margin-bottom: 0;
}


@media (max-width: 1178px) {
	footer .GPT{
	background-size: 135px;
	}
}

@media (max-width: 1178px) {
	footer .member{
	background-size: 135px;
	}
}



@media (max-width: 768px) {
	footer .GPT{
	margin-top:0;
	}
}



@media (max-width: 749px) {
	footer .member{

    width: 140px;
	}
}

@media (max-width: 749px) {
	footer .GPT{

	}
}

@media (max-width: 749px) {
	.partner-logos{

	}
}




.footer-headline{
	text-transform:uppercase;
	font-weight: 600;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin-top: 20px;
}
.footer-text{
	margin-top:20px;
	font-size:16px;
	margin-bottom:20px;
	line-height: 28px;
}
.footer-text p{
	line-height: 28px;
}
.footer-text.space-top {
    margin-top: 87px;
}
footer a{
	color:#fff;
	text-decoration:none;
}
footer a:hover{
	color:#fff;
	text-decoration:none;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 600;
}

footer .footer-phone {
    background: url('../images/icons/phone-white.svg') no-repeat left bottom;
    height: 30px;
    width: 100%;
	line-height: 35px;
    background-size: 23px;
    margin-bottom: 5px;
    text-indent: 30px;
	font-weight:500;
}
footer .footer-mail {
    background: url('../images/icons/mail-white.svg') no-repeat left bottom;
    height: 22px;
    width: 100%;
    background-size: 23px;
    margin-bottom: 5px;
    line-height: 25px;
    text-indent: 30px;
	font-weight:500;
	color:#090715;
}
footer .footer-web {
    background: url('../images/icons/globe.svg') no-repeat left bottom;
    height: 30px;
    width: 100%;
	line-height: 35px;
    background-size: 23px;
    margin-bottom: 5px;
    text-indent: 30px;
	font-weight:500;
}


@media (max-width: 991px) {
	.footer-text.space-top {
		margin-top: 0px;
	}
	.footer-text{
		margin-bottom:40px;
	}
}

.footer-bottom{
	padding: 10px 0;
    margin-top: 30px;
    background: #cedde7;
}
.footer-bottom ul{
	list-style:none;
	padding:0;
	margin:0;
}
.footer-bottom ul li{
	display: inline-block;
    color: #054982;
    font-size: 14px;
    line-height: 14px;
    padding: 0px 10px;
    border-right: 1px solid #054982;
    font-weight: 600;
    font-size: 16px;
}
.footer-bottom ul li::before {
	display:none;
}
.footer-bottom ul li:last-child{
	border-right:none;
}
.footer-bottom ul li a{
	color:#054982;
	text-decoration:none;
    font-weight: 500;
}
.footer-bottom ul li a:hover{
	color:#054982;
	text-decoration:none;
}

@media (max-width: 550px) {
	.footer-bottom ul li{
		display:block;
		border:none;
		border-bottom:1px solid #4473b0;
		line-height: 30px;
	}
	.footer-bottom ul li:last-child{
		border-bottom:none;
	}
}

/********/