/* blau  #0080d2 */
/* gruen #85bc23 */


/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../Fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../Fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../Fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}



body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #3a3a3a;
	text-transform: uppercase;
}

h1 {
	color: #ffffff;
	border-bottom: 6px solid #ffffff;
	line-height: 62px;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}
	

h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	text-align: center;
	padding: 65px 0 0;
}

h3 {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
	text-transform: uppercase;
}


p {
	padding: 9px 0;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	color: #333333;
}

a {
	color: #0080d2;
	text-decoration: none;
}


a:hover {
	text-decoration: none;
}

/* hauptmenu */

.navbar-brand img {width: 125px;}

.site-navigation {
    /*background: #fff;
    border-bottom: 1px solid #eeeeee;*/
}


.site-navigation .navbar-nav {
    padding: 12px 0px;
}


.navbar-nav .nav-link {
    color: #3a3a3a;
	text-transform: uppercase;
	padding: 10px 0px 5px 0 !important;
	margin: 0 15px !important;
	font-size: 20px !important;
	font-weight: 700;
	margin-right: 2px;
	line-height: 1.42857143;
	border-bottom: 2px solid transparent;
}

.navbar-nav a.nav-link:hover,
.navbar-nav a.nav-link:active,
.navbar-nav a.nav-link:focus  {
	border-bottom: 2px solid #0080d2;
	text-decoration: none;
	color: #3a3a3a;
}

.navbar-nav .nav-item.active > a {
	color: #0080d2 !important;
}

.top-nav-collapse {
    background: #fff;
}

.navbar-toggler {
	background-color:  #0080d2;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


@media (min-width: 768px) {

    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
    ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
        display: none;
    }

    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
        display: block;
    }
}


.vertical-line {
	margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    border-left: 1px solid #cacaca;
   /* top: +3%;
    height: 117%;*/
	height: 100%;
}

.content-right h2 {
	font-size: 1.1rem;
}

.frame-space-before-medium {
	margin-top: 45px;
}


/* slider */
.carousel {
	/*margin-top: 75px;*/
}



/*.carousel-item {
  height: 90vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.page-banner{
    position: relative;
    padding: 35px 0px 45px;
	background-color: #0080d2;
}

/*.dark-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .6;
}*/



/* footer */
#footer {margin-top: 80px;}
.footer-top {
    background: #0080d2;
}

.footer-menu {
    padding: 30px 0 15px;
}

.footer-menu ul li {
    float: left;
    margin-right: 10px;
	list-style-type: none;
}

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

.footer-bottom {
	padding: 28px 0px 27px 0;
}

.footer-bottom img {height: 25px;}



/* file links */
ul.ce-uploads {
	list-style: none;
	padding: 0;
}

.ce-uploads li {margin: 0;}

  .ce-uploads-fileName::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	content: "\f019";
	margin-right: 15px;
  }

i {padding-right: 10px;}


/* content */
#content {padding-top: 30px;}

/* typo3 images */
.image-embed-item {
    max-width: 100%;
    height: auto;
}

input::placeholder {
  font-style: italic;
  opacity: 0.3 !important; 
}

input:focus::placeholder {
  color: transparent !important;
}
