/* CSS Document */
@font-face {
  font-family:"europa";
  src:url("fonts/europa-700.woff2") format("woff2"),url("fonts/europa-700.woff") format("woff"),url("fonts/europa-700.otf") format("opentype");
  font-display:swap;
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"europa";
  src:url("fonts/europa-400.woff2") format("woff2"),url("fonts/europa-400.woff") format("woff"),url("fonts/europa-400.woff2") format("opentype");
  font-display:swap;
  font-style:normal;
  font-weight:400;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
/*BOOTSTRAP GRID*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}
*, ::after, ::before {
  box-sizing: inherit
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.infobutton {
  margin-top:10px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
}
@media (min-width:576px) {
.container {
  max-width: 540px
}
}

@media (min-width:768px) {
.container {
  max-width: 720px
}

}

@media (min-width:992px) {
.container {
  max-width: 960px
}
}

@media (min-width:1200px) {
.container {
  max-width: 1140px
}
}

@media (min-width:576px) {
.container, .container-sm {
  max-width: 540px
}
}

@media (min-width:768px) {
.container, .container-md, .container-sm {
  max-width: 720px
}
}

@media (min-width:992px) {
.container, .container-lg, .container-md, .container-sm {
  max-width: 960px
}
}

@media (min-width:1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px
}
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:576px) {
.col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%
}
.col-sm-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}
.col-sm-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-sm-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-sm-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.col-sm-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}
.col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-sm-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
.col-sm-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}
.col-sm-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-sm-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.col-sm-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
}

@media (min-width:768px) {
.col-md {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%
}
.col-md-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}
.col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}
.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
.col-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}
.col-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-md-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.col-md-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.col-md-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
}
/*BOOTSTRAP GRID ENDE*/
body, html {
  height:100%;
  width:100%;
  margin:0;
  padding:0;
  position:relative;
  font-family: Montserrat, sans-serif;
  font-weight:300;
}
a {
  text-decoration: none;
}
#logo {
  width:250px;
}
strong {
  font-weight:bold;
}
#standard-header {
  background-size: cover;
  background-position:center center;
  position: absolute;
  left:0;
  right:0;
  width:100%;
  height:100%;
  background-image: url("../grafiken/start_bg.jpg");
  overflow: hidden;
}
#nav_container {
  z-index: 10;
  position: absolute;
  width: 100%;
  top:50px;
  left:0;
  right:0;
}
#navigation a {
  color:#ffffff;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding:7.5px;
  text-align: right;
  transition: border 0.2s ease;
}
#navigation a:hover {
  padding-bottom: 5px;
  transition: border 0.2s ease;
  border-bottom: 5px solid #D47135;
}
.container {
  max-width:1600px !important;
  width:90% !important;
}
.align-right {
  text-align: right !important;
}
#besucher-anzahl {
  background-color: #D47135;
  color:#FFFFFF;
  padding:15px;
  width:200px;
  position: absolute;
  bottom: 80px;
  left: calc(50% - 100px);
  text-transform: uppercase;
  font-size:24px;
  line-height:30px;
  text-align: center;
  font-weight: normal;
}
#startseite-header-h {
  margin-top:450px;
  text-align: right;
  text-transform: uppercase;
}
#startseite-header-h h1, #startseite-header-h h2 {
  font-size:48px;
  font-weight: 300;
  margin:15px 0;
}
#standard-header-h {
  text-align: center;
  text-transform: uppercase;
  width:100%;
  position:absolute;
  bottom:50px;
  left:0;
  right:0;
  background-image:none;
}
#standard-header-h h1 {
  font-size:48px;
  color:#FFFFFF;
  background-color: #343848;
  padding: 5px 15px 5px 15px;
  display: inline-block;
}
#startseite-header-h a {
  font-size:48px;
  font-weight: normal;
  color:#FFFFFF;
  background-color: #343848;
  padding: 5px 15px 5px 15px;
  margin-right: -15px;
  transition: background 0.2s ease;
}
#startseite-header-h a:hover {
  text-decoration: none;
  background-color: #000000;
  transition: background 0.2s ease;
}
#main {
  position:relative;
  
}
.fin-widget {
  width:15%;
  display: inline-block;
  text-align: center;
}
.fin-widget a, .fin-widget span {
  display: block;
}
.fin-widget a {
  color:#000000;
  font-weight: bold;
}
.fin-widget-logo {
  clear:both;
  float:none;
}
#header {
  position:relative;
  width:auto;
  height:400px;
}
#subpage-header {
  position:relative;
  width:100%;
  height:400px;
}
#schriftzug-ueber-widget {
  text-align: center;
  background-color: #343848;
  color:#FFFFFF;
  font-size:24px;
  line-height:24px;
  margin-bottom: 15px;
  font-weight: normal;
  position: relative;
  overflow:hidden;
}
#schriftzug-ueber-widget div {
  display: inline-block;
  border-right: 3px solid #FFFFFF;
  padding: 0 15px 0 15px;
  margin-top:-5px !important;
}
#schriftzug-ueber-widget div.last {
  border:none;
}
#startseite-header-h {
  width:100%;
  max-width: 1600px;
  position: absolute;
  left: calc(50% - 800px);
  bottom:35%;
}
.spacer-60 {
  height:60px;
}
.spacer-90 {
  height:90px;
}
.spacer-30 {
  height:30px;
}
.block-style-1 {
  text-align: right;
}
.block-style-1 h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight:bold;
  line-height:40px;
  border-bottom: 10px #D47135 solid;
  margin-bottom: 40px;
  height: 44px;
  overflow:visible;
}
.block-style-2 h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight:bold;
}

/*Farbige Hintergründe*/
.bgblue {
  background-color:#343848;
  color:#FFFFFF;
  overflow: hidden;
}
.colorspacer {
  position:relative;
  width:100%;
  height:100px;
  overflow: hidden;
}
.colorspacer img {
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:100px !important;
  width:100% !important;
}
.colorspace-connect {
  margin-top:-101px;
}
.hblue {
  background-color:#343848;
  font-size:24px;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  display: inline-block;
  color:#FFFFFF;
}
.event-date {
  background-color:#FFFFFF;
  color:#343848;
  font-weight:bold;
  padding-left:5px;
  margin-bottom:5px;
  margin-top:15px;
}
.event-title {
  font-weight:bold;
  margin-left:15px;
}
.event-begin {
  margin-left:15px;
}
.event-df {
  margin-left:15px;
}
.event-image {
  margin:0 auto;
  width:150px;
  height:150px;
  border:1px solid #FFFFFF;
  overflow:hidden;
}
.event-image img {
  width:150px;
}
.event-referent {
  margin-top:15px;
  font-weight:bold;
  text-transform: uppercase;
}
.anmelden-button {
  border:3px solid #FFFFFF;
  text-transform: uppercase;
  font-size:26px;
  padding:5px 15px 5px 15px;
  width:100%;
  text-align: center;
  background-color:transparent;
  color:#FFFFFF;
  cursor: pointer;
}
.anmelden-button:hover {
  background-color:#343848;
  border-color:#343848;
  transition: all 0.2s ease;
}
.anmelden-button-inverse {
  border:3px solid #D47135;
  text-transform: uppercase;
  font-size:26px;
  padding:5px 15px 5px 15px;
  width:100%;
  text-align: center;
  background-color:#D47135;
  color:#ffffff;
  cursor: pointer;
}
.standard-button {
  border:3px solid #343848;
  text-transform: uppercase;
  padding:5px 15px;
  line-height:30px;
  display: inline-block;
  text-align: center;
  color:#343848 !important;
  cursor: pointer;
  background-color:#FFFFFF;
  font-weight: bold;
  font-size:large;
  text-decoration:none !important;
}
.standard-button:hover {
  background-color:#D47135;
  border-color:#D47135;
  color:#FFFFFF !important;
  transition: all 0.2s ease;
  text-decoration:none !important;
}
.event-seperator {
  padding-bottom:30px;
  margin-bottom:30px;
  border-bottom: 1px solid #FFFFFF;
  height:1px;
}
.netzwerk-block {
  padding:15px;
  margin:0 0 30px 0;
}
.netzwerk-block-img {
  width:150px;
  height:150px;
  overflow: hidden;
  border:1px solid #FFFFFF;
  background-size:cover;
  background-position: top center;
  margin:0 auto;
}
.netzwerk-block-img img {
  width:150px;
}

.netzwerk-block-text {
  margin-top:15px;
}
.netzwerk-block-text p {
  margin:0;
}
.netzwerk-block h3 {
  font-weight:bold;
  text-transform:uppercase;
  font-size:20px;
}
.margin-top {
  margin-top:15px;
}
.netzwerk-block .standard-button {
  margin-top:15px;
}

/* SCROLL TO TOP BUTTON */
#scrollUp {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  font-size: 28px;
  border: none;
  outline: none;
  background-color: #D47135;
  color: white;
  cursor: pointer;
  padding:20px 30px;
  text-align: center;
}
.mobile-nav-button {
  background-color: #343848;
  color:#FFFFFF;
  width:50px;
  line-height: 50px;
  text-align: center;
  font-size:24px;
  font-weight: bold;
  display: inline-block;
}
#scrollUp:hover {
  background-color: #000000;
}
.fly {
	 opacity: 0;
	 transition: all 600ms ease-in-out;
	 transform: translateY(100px) scale(1) translate3d(0, 0, 0);
}
.show-block {
	 opacity: 1;
	 transform: translateY(0) scale(1) translate3d(0, 0, 0);
}
#infopage .fly {
  opacity:1;
  transform: none;
}
.rotation-180 {
  -moz-transform:rotate(180deg);  
  -webkit-transform:rotate(180deg);  
  -o-transform:rotate(180deg);  
  -ms-transform:rotate(180deg); 
  transform:rotate(180deg);
}
#footer {
  margin-top:60px;
  margin-bottom:60px;
}
#footer-navigation a {
  color:#000000;
  display:inline-block;
  margin-right:15px;
}
.hidden {
  display:none;
}
#detailview_content h3 {
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
#detailview_content .netzwerk-block-img {
  margin-right:30px;
}
#detailview_content {
  max-width:1000px;
}
select {
  display: block;
  padding:10px 15px;
  border: 3px solid #343848;
  color:#343848 !important;
  width:100%;
  font-size: 18px;
}
label {
  visibility: none;
  display: none;
}
#mobileNav {
  display: none;
}
.mobile_only {
  display: none;
}

@media (max-width:780px) {
  .mobile_hidden {
    display: none;
  }
  .mobile-center {
    text-align:center !important;
    position: relative;
  }
  .netzwerk-block-img {
    display: block !important;
    width:150px !important;
    margin:0 auto !important;
  }
  .netzwerk-block-logo {
    text-align: center;
    line-height:150px;
  }
  .netzwerk-block-logo img {
    width:60% !important;
    margin-top:15px;
  }
  .fly {
    transform:none;
    opacity:1;
  }
  #mobileNav {
    display: block;
  }
  .mobile_only {
    display: block;
  }

  #main {
    margin-top:150px;
  }

  .infobutton { 
    width:100%;
    display: block !important;
    margin-top:5px !important;
    margin-bottom:0px !important;
    border-radius: 0 !important;
  }
  #desktopNav {
    display: none;
  }
  .topnav img {
    margin-top:5px;
    margin-left:15px;
  }
  .topnav {
    overflow: hidden;
    background-color: #343848;
    position: fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    min-height:50px;
    z-index: 10000;
  }
  .topnav #myLinks {
    display: none;
  }
  .topnav a {
    background-color: #D47135;
    color: #FFFFFF;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .topnav a.icon {
    background: #343848;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color:#FFFFFF;
  }
  .topnav a:hover {
    background-color: #D47135;
    color: rgba(255,255,255,0.8);
  }
  #startseite-header-h h1, #startseite-header-h h2 {
    font-size:36px;
  }
  #startseite-header-h a {
    font-size:36px;
  }
  #startseite-header-h {
    margin-top:80px;
    text-transform: uppercase;
    width:100%;
    position:static;
    text-align:center;
    overflow:hidden;
  }
  .fin-widget {
    width:32%;
    display: inline-block;
    text-align: center;
    margin-bottom:15px;
  }
  .fin-widget a, .fin-widget span {
    display: block;
  }
  .fin-widget a {
    color:#000000;
    font-weight: bold;
  }
  .fin-widget-logo {
    clear:both;
    float:none;
  }
  .hidden-mobile {
    display:none;
  }
}
.signup label {
  display: block;
  visibility: visible;
  font-weight:bold;
}
.signup input {
  display: block;
  padding:10px 15px;
  border: 3px solid #343848;
  color:#343848 !important;
  width:100%;
  font-size: 18px;
}
.signup input.checkbox {
  display: inline-block;
  margin:3px 5px 0 0;
  padding:0;
  border: 3px solid #343848;
  color:#343848 !important;
  font-size: 18px;
  width:20px;
  float:left;
}
.margin-bottom {
  margin-bottom:15px;
}
.margin-top {
  margin-top:15px;
}
.align-center {
  text-align:center;
}
.pointer {
  cursor:pointer;
}
.signup {
  display: none;
}
.text-grey {
  color:#777;
}
.bgblue .standard-button {
  background-color:transparent;
  color:#FFFFFF !important;
  border-color:#FFFFFF;
}