body,html{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'poppins', arial, verdana;
  letter-spacing: 1;
  color: #262629;
  line-height: 1.8;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

p{
  margin: 0 0 10px;
}

.black{
  color: #262629;
}

.content-white{
  background-color: #ffffff;
}

.content-gray{
  background-color: #EFEFEF;
}

.content-inner{
  max-width: 1200px;
  padding: 15px;
  margin: 0 auto;
}

img{
  max-width: 100%;
}

.card{
  background-color: #fefefe;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.content-inner.schmal{
  max-width: 1000px;
}

#header{
  background-position: top;
  background-size: cover;
  height: 100vh;
  position: relative;
}

#header-schatten{
  width: 100%;
  box-shadow: 0px 4px 7px rgb(0 0 0 / 20%);
  z-index: 1;
  position: relative;
  height: 10px;
  margin-top: -10px;
}

#menue-wrapper{
  position: fixed;
  width: 100%;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  z-index: 500;
}

#menue{
	height: 100px;
  display: flex;
	width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

.menue-inner{
  display: table;
	margin: 0;
	padding: 0;
  width: 100%;
}

.menue-inner-inner{
  display: table-row;
  margin: 0;
	padding: 0;
}

#logo, .menue-point{
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  height: 70px;
  width: 8.4%;
}

#logo-outer-wrapper{
  width: 12%;
  /*position: relative;
  z-index: -1;*/
}

.menue-point-text{
	color: #fff;
	/*transition: color 0.5s;*/
	/*position: relative;*/
	z-index: 100;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 5px;
}

.menue-point:hover>.menue-point-text, .menue-point.active>.menue-point-text {
	color: #fff;
}

.menue-point-border, .umenue-point-border{
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s;
  margin: 2px auto;
}

.menue-point:hover .menue-point-border, .umenue-point:hover .umenue-point-border, .menue-point.active .menue-point-border, .umenue-point.active .umenue-point-border {
	width: 80%;
}

#logo-wrapper{
  position: absolute;
  top: 0;
  left: 3%;
  width: 96%;
  border-radius: 200px;
  box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
  margin-top: 10px;
}

#logo-wrapper-inner{
  background-color: #fff;
  height: 100%;
  display: flex;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#logo-wrapper img{
  width: 100%;
  display: block;
  position: relative;
}

#logo-schrift{
  opacity: 0;
}

#menue-mobile{
	display: none;
	background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
}

#menue-mobile-logo{
  width: calc( 70% - 20px);
  text-align: center;
  float: left;
  padding: 10px;
  z-index: 200;
  position: relative;
}

#menue-mobile-logo img{
  height: 57px;
  display: block;
  margin: 0 auto;
  float: left;
  margin-left: 30px;
}


#menue-mobile-button-wrapper{
	width: 30%;
  float: right;
  margin-top: 24px;
}

#menue-mobile-button{
  width: 30px;
  margin: 0 auto;
  z-index: 200;
  position: relative;
}

.menue-mobile-button-row{
  width: 100%;
  height: 4px;
  margin-top: 4px;
  background-color: #262629;
  position: relative;
}

#menue-mobile-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(255,255,255,0.95);
  z-index: 100;
  overflow: scroll;
  transition: height 0.5s;
}

.menue-mobile-point, .umenue-mobile-point{
	text-align: center;
  padding: 7px 5px;
  color: #555;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-decoration: none;
}

.menue-mobile-point:first-child{
	margin-top: 100px;
}

.menue-mobile-button-row.i2{
	opacity: 1;
	transition: opacity 0.3s;
}

.menue-mobile-button-row.i1, .menue-mobile-button-row.i3{
	top: 0;
	transform: rotate(0deg);
	transition: top 0.3s, transform 0.3s;
}

#content{
  z-index: 2;
  position: relative;
}

#slogan {
  position: absolute;
  /*top: 35%;*/
  top: 70%;
  opacity: 0;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  line-height: 1.4;
  z-index: 1;
  width: 100%;
  letter-spacing: 2px;
  transition: all 1.5s;
  font-family: Arial, Helvetica, sans-serif;
}

#slogan-1{
  display: inline;
  font-size: 55px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

#slogan-2{
  font-size: 38px;
  font-style: italic;
  font-weight: 500;  
}

#slogan-inner{
  margin: 0 auto;
  display: inline-block;
  padding: 50px 80px;
  border-radius: 25px;
  background-color: rgba(0,0,0,0.5);
  position: relative;
}

#header-ueberlagerung{
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.overlay-wrapper{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

.overlay{
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
  max-width: 800px;
  z-index: 99999;
  top: 25px;
  left: calc( 50% - 400px );
  width: calc(100% - 30px);
}

.overlay-close{
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: url(../img/close.png);
  cursor: pointer;
  z-index: 1103;
}


.overlay-title{
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: initial;
}

.overlay-scroll{
  overflow: auto;
  padding: 15px;
  background-color: #fff;
}


.overlay-scroll .title{
  font-size: 16px;
}

.footer{
  background-color: #4B4B4B;
  color: #FFFFFF;
}

.footer2{
  background-color: #333233;
  color: rgba(255,255,255, 0.3);
  padding: 10px 0;
}

.title1{
  font-weight: 400;
  font-size: 24px;
  color: #777;
  text-transform: uppercase;
  line-height: 1;
}

.title2{
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
}

.sponsoren-title{
  text-align: center;
  padding: 0 15px;
  padding-top: 40px;
}

#sponsoren-2{
  padding: 30px 15px 50px 15px;
}

.sponsoren-wrapper{
  padding: 50px 0;
}

#sponsoren-wrapper{
  display: flex;
  flex-wrap: wrap
}

.sponsor{
  width: calc(25% - 70px);
  margin: 20px auto;
  padding: 0 15px;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  box-shadow: 2px 2px 8px rgb(40 40 40 / 5%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sponsor img{
  width: 80%;
  margin: 20px;
  max-width: 150px;
}

.sponosren-img-wrapper{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 165px;
}

.sponsor-bezeichnung{
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: calc(100% - 30px);
  font-weight: 500;
  line-height: 1.2;
}

.turnierkalender-title{
  text-align: center;
  padding: 0 15px;
  padding-top: 40px;
}

#turnierkalender-2{
  padding: 30px 15px 50px 15px;
}

.turnierkalender-wrapper{
  padding: 50px 0;
}

.turnierkalenderItem{
  width: calc(50% - 70px);
  margin: 20px;
  padding: 25px 15px;
  float: left;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  text-align: center;
  box-shadow: 2px 2px 8px rgb(40 40 40 / 5%);
}

.turnierkalenderItem-logo, .turnierkalenderItem-logo a{
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.turnierkalenderItem-logo img{
  display: block;
  max-width: 80%;
  max-height: 100%;
}

.turnierkalenderItem-bezeichnung{
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.turnierkalenderItem-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.turnierkalenderItem-buttons>a{
  display: block;
  width: calc(50% - 10px);
  margin: 0 5px;
}

.turnierkalenderItem-buttons .button{
  display: block;
}

.turnierkalender-items-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.footer{
  padding: 50px 0;
}

.footer-col1{
  float: left;
  width: 25%;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-col1 img{
  width: 100px;
}

.footer-col2{
  float: left;
  width: calc( 50% - 2px - 50px);
  padding: 0 25px;
  min-height: 80px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
}

.footer-col3{
  float: left;
  width: 25%;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-col3 img{
  width: auto;
  height: 40px;
}

.footer-col3-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px;
}

.footer a, .footer2 a{
  color: #fff;
  text-decoration: none;
}

.impressum-ds{
  float: right;
}

.footer-standort-icon{
  margin-top: 3px;
}

.footer-inner{
  display: flex;
}

.footer-standort-icon, .footer-tel-icon, .footer-email-icon{
  float: left;
  margin-right: 10px;
}

.footer-standort-icon img{
  width: 13px;
}

.footer-tel-icon img{
  width: 11px;
  margin-right: 5px;
}

.footer-email-icon img{
  width: 20px;
}


.app-iframe{
  width: 100%;
  height: 750px;
  outline: 0;
  border: 0;
  margin: 0 auto;
}

.app-iframe.nowidth{
  max-width: 1000px;
}

.app-iframe-wrapper{
  background-color: #EFEFEF;
  padding: 20px;
  text-align: center;
}

.full-iframe{
  width: 100%;
  height: 10000px;
  outline: 0;
  border: 0;
  margin: 0 auto;
}

.news-container{
  background-color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 8px rgb(40 40 40 / 5%);
}

.news-right{
  float: right;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 290px;
  position: relative;
}

.news-right a{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-right a img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.news-mehrere-bilder{
  position: absolute;
  bottom: 5px;
  left: calc(50% - 20px);
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 14px;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
}

.news-left{
  float: right;
  width: calc(70% - 40px);
  padding: 20px;
  position: relative;
  max-height: 250px;
  transition: max-height 1s;
  overflow: hidden;
}

.news-left.noimage{
  width: calc(100% - 40px);
}

.news-datum{
  font-weight: 400;
  color: #777;
  line-height: 1;
}

.news-title{
  font-weight: 600;
  font-size: 22px;
}

.news-mehr{
  color: #fff;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 200px;
  text-align: center;
  left: calc(50% - 100px);
  cursor: pointer;
  z-index: 1;
}

.news-shadow{
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -100px;
  box-shadow: 0px -36px 33px #fff;
  left: 0;
  z-index: 0;
}

.news-pdf-icon{
  width: 30px;
}

.termine-datum{
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  padding: 5px 0;
  margin: 10px auto;
  width: 300px;
  text-align: center;
  margin-left: calc(50% - 150px);
}

.kontakt-wrapper{
  display: flex;
}

.kontakt-right, .kontakt-left{
  width: 50%;
  display: flex;
}

.kontakt-right{
  padding: 50px;
  padding-top: 20px;
  color: #fff;
}

.kontakt-right-fullwidth{
  width: 100%;
}

.kontakt-title{
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
}

.kontakt-right form{
  max-width: 600px;
  margin: 0 auto;
}

.kontakt-right a{
  color: #fff !important;
}

.kontakt-button, .button{
  border: 0;
  background-color: #fff;
  padding: 10px 30px;
  font-weight: 500;
  font-family: 'poppins';
  margin: 20px auto 0 auto;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.button{
  color: #fff;
  text-decoration: none;
}

.button-sm{
  padding: 6px 20px;
  font-size: 14px;
}

#map{
  width: 100%;
}

#maps_dummy_wrapper{
  width: 100%;
  height: 100%;
  background: url('/img/map_dummy.jpg');
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

#maps_dummy_inner{
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 100%;
  height: calc(100% - 200px);
  text-align: center;
  font-size: 30px;
  padding-top: 200px;
  font-weight: 500;
  background-color: rgba(0,0,0,0.2);
  height: calc(100% - 200px);
}

#maps_dummy_wrapper:hover #maps_dummy_inner{
  opacity: 1;
}

#kontakt{
  position: relative;
  top: -100px;
}

#kontakt-meldung{
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  max-width: 1000px;
  margin: 10px auto;
}

#captcha-meldung{
  color: #721c24;
  background-color: #f8d7da;
  padding: 15px;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  max-width: 1000px;
  margin: 10px auto;
}

.hover-img{
	width: 100%;
	transition: width 0.3s, margin-left 0.3s, margin-top 0.3s;
}

.hover-img:hover{
	width: 106%;
	margin-left: -3% !important;
	margin-top: -3% !important;
}


.schnupper-wrapper{
  padding: 50px 0;
  position: relative;
}

.schnupper-background{
  background-image: url(/img/icon.png);
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.07;
}

.schnupper-wrapper-inner{
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.schnupper-left{
  width: 50%;
  float: left;
  line-height: 2;

  position: relative;
  left: -500px;
  opacity: 0;
  transition: all 1s;
}

.schnupper-right{
  width: 50%;
  float: left;
  text-align: right;
  z-index: 1;
  position: relative;

  position: relative;
  right: -500px;
  opacity: 0;
  transition: all 1s;
}

.schnupper-right img{
  width: 80%;
  max-width: 300px;
  margin-top: -25px;
}

#schnupper-lupe{
  width: 40px;
  position: absolute;
  top: calc(50% - 32px);
  right: 108px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50px;
  padding: 12px;
}

.willkommen-wrapper{
  padding: 50px 0;
}

.willkommen-1, .willkommen-2{
  padding: 30px 0;
}


.willkommen-2-left{
  width: 50%;
  float: left;
  line-height: 2;
  text-align: center;

  position: relative;
  left: -500px;
  opacity: 0;
  transition: all 1s;
}

.willkommen-2-right{
  width: 50%;
  float: left;

  position: relative;
  right: -500px;
  opacity: 0;
  transition: all 1s;
}

.willkommen-2-left img{
  width: 80%;
  max-width: 600px;
}


.unsere-anlage-right-text{
  margin-top: 10px;
}

.unsere-anlage-right-text-haken img{
  width: 12px;
}

.unsere-anlage-right-text-haken{
  float: left;
  margin-right: 5px;
  padding-top: 2px;
}

.unsere-anlage-right-text-text{
  margin-bottom: 5px;
}

.unsere-anlage-right-text-item:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.willkommen-3{
  max-width: 1000px;
  margin: 50px auto;

  position: relative;
  top: 500px;
  opacity: 0;
  transition: all 1s;
}

.willkommen-3-col{
  width: 25%;
  float: left;
  cursor: pointer;
  text-decoration: none;
}

.willkommen-3-icon{
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #015191;
  background-color: #ECECEC;
}

.willkommen-3-icon img{
  width: 45%;
}

.willkommen-3-icon-text{
  font-size: 55px;
}

.willkommen-3-icon-text.satzung{
  margin-top: -5px;
}

.willkommen-3-titel{
  font-weight: 600;
  color: #015191;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  text-decoration: none;
}

.vorstand-wrapper{
  max-width: 1200px;
}

.vorstand-cols-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.vorstand-col{
  width: 50%;
  margin-top: 50px;
  overflow: hidden;
}

.vorstand-bild{
  width: 150px;
  height: 150px;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 8px rgb(40 40 40 / 5%);
  padding: 3px;
}

.vorstand-bild-inner{
  border-radius: 100px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-self: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.vorstand-bild-inner img{
  width: 100%;
}

.vorstand-infos{
  background-color: #fff;
  margin-top: -75px;
  padding-top: 90px;
  text-align: center;
  box-shadow: 2px 2px 8px rgb(40 40 40 / 5%);
  height: 100%;
}

.vorstand-infos a{
  text-decoration: none;
}

.vorstand-name{
  font-weight: 600;
  font-size: 18px;
}

.vorstand-tel, .vorstand-mail{
  display: flex;
  font-weight: 500;
}

.vorstand-right-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(1);
}

.vorstand-right-icon img{
  width: 15px;
  margin-right: 10px;
}

.vorstand-kontaktinfos{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.vorstand-beschreibung{
  padding: 0 15px 15px 15px;
}

.vorstand-funktion{
  margin-bottom: 10px;
}


.dokumentenbox-wrapper{
  max-width: 1000px;
  padding-bottom: 100px;
}

.dokumentenbox-col{
  width: calc(50% - 50px);
  float: left;
  margin: 50px 25px 0 25px;
  display: flex;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgb(40 40 40 / 5%);
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
  text-decoration: none;
}

.dokumentenbox-bild{
  width: 70px;
  height: 70px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 8px rgb(40 40 40 / 5%);
  padding: 3px;
}

.dokumentenbox-bild-inner{
  border-radius: 100px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-self: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.dokumentenbox-bild-inner img{
  width: 100%;
}

.dokumentenbox-infos{
  text-align: left;
  padding-left: 20px;
  width: calc(100% - 102px);
  display: flex;
  align-items: center;
  font-weight: 600;
}

.dokumentenbox-infos a{
  text-decoration: none;
}

.dokumentenbox-name{
  font-weight: 600;
  font-size: 18px;
}

.dokumentenbox-tel, .dokumentenbox-mail{
  display: flex;
  font-weight: 500;
}

.dokumentenbox-right-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}

.dokumentenbox-right-icon img{
  width: 15px;
  margin-right: 10px;
}

.dokumentenbox-kontaktinfos{
  display: inline-block;
  margin: 30px 0;
}

.dokumentenbox-bild-inner-nobild{
  background-size: 40%;
}

.trainer-kontaktinfos{
  display: inline-block;
  margin: 30px 0;
}

.trainer-kontaktinfos a{
  text-decoration: none;
  font-weight: 600 !important;
  font-size: 18px;
}

.kontakt{
  position: relative;
  z-index: 100;
}

#trainer{
  padding: 50px 0;
}

.trainer-wrapper{
  padding: 50px 0;
  position: relative;
}

.trainer-background{
  background-image: url(/img/icon.png);
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.07;
}

.trainer-wrapper-inner{
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.trainer-right{
  width: 50%;
  float: left;
  line-height: 2;
}

.trainer-left{
  width: 50%;
  float: left;
  text-align: center;
  z-index: 1;
  position: relative;
}

.trainer-title-mobil{
  display: none;
}


.trainer-bild{
  width: 300px;
  height: 300px;
  border: 5px solid #015191;
  border-radius: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-top: 70px;
}

.trainer-bild-inner{
  border: 5px solid transparent;
  border-radius: 500px;
  overflow: hidden;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-self: center;
}

.trainer-bild-inner img{
  width: 100%;
}

.vereinsapp-3{
	position: relative;
	text-align: center;
	padding: 30px;
}

.vereinsapp-text-3-inner{
	z-index: 1;
	position: relative;
}

.vereinsapp-3-icons{
	display: flex;
	justify-content: center;
  align-items: center;
}

.vereinsapp-3-icons .left{
  transition: all 1s;
  position: relative;
  opacity: 0;
  left: -500px;
}

.vereinsapp-3-icons .right{
  transition: all 1s;
  position: relative;
  opacity: 0;
  right: -500px;
}

.vereinsapp-3-title{
	font-size: 30px;
	font-weight: 800;
	margin: 20px 0 10px 0;
  text-align: center;
  line-height: 1.6;
}

.vereinsapp-3-subtitle{
	margin-bottom: 30px;
}

.geschichte-inner{
  margin: 50px auto;
  max-width: 1000px;
}

.geschichte-item{
  background-color: #fff;
  padding: 20px;
  box-shadow: 2px 2px 8px rgb(40 40 40 / 5%);
}

.geschichte-item-jahr{
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

.geschichte-item-jahr-inner{
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
  line-height: 1;
}

.geschichte-item-jahr-strich{
  width: 3px;
  height: 80px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.geschichte-item-jahr-strich.i2{
  height: 20px;
}

.newsumschalter{
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsumschalter-col{
  padding: 15px 50px;
  min-width: 150px;
  text-align: center;
  background-color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.newsumschalter-col.active{
  color: #fff;
}

.tnb-links img{
  max-width: 200px;
  margin: 20px auto;
  width: 100%;
}

.tnb-links-vierer{
  display: flex;
  align-items: center;
  justify-content: center;
}

.tnb-links-vierer a{
  width: 20%;
  margin: 2%;
}

.imagevideo{
  max-width: 300px !important;
}

.bubble-rot{
  background-color: #e74c3c !important;
}

#ueber-uns{
  display: flex;
  padding: 50px 0;
}

.ueberuns-left{
  width: 45%;
  position: relative;
  left: -200px;
  opacity: 0;
  transition: all 1s;
}

.ueberuns-left.mobil{
  display: none;
}

#ueberuns-bild{
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ueberuns-right{
  width: 55%;
  position: relative;
  right: -200px;
  opacity: 0;
  transition: all 1s;
}

#ueberuns-titel {
  background-color: #F3F3F3;
  padding: 15px 0 15px 30px;
  font-weight: 400;
  font-size: 35px;
}

#ueberuns-titel img {
  height: 60px;
  margin-right: 20px;
}

#ueberuns-text {
  padding: 15px 50px 30px 30px;
  line-height: 1.8;
  max-width: 800px;
}

.ueber-uns-kanaele{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#anlage{
  display: flex;
  position: relative;
  right: -200px;
  opacity: 0;
  transition: all 1s;
}

#anlage-left{
  padding: 70px 100px 70px 150px;
  float: left;
  width: 65%;
}

#anlage-right{
  background-size: cover;
  float: left;
  width: 35%;
  background-position: center;
  overflow: hidden;
  position: relative;
}

#anlage-title{
  font-size: 35px;
  margin-bottom: 20px;
  color: #fff;
}

#anlage-text{
  color: #fff;
  line-height: 1.8;
}

#anlage-pfeil{
  width: 0;
  height: 0;
  border-top: 1000px solid transparent;
  position: absolute;
}

#mitgliedschaft{
  margin-top: 150px;
  position: relative;
  padding: 100px 15px;
  color: #fff;
}

.mitgliedschaft-bg{
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mitgliedschaft-bg-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
}

#mitgliedschaft-title{
  font-size: 30px;
  position: absolute;
  top: -47px;
  left: 0;
  padding: 20px 30px 20px 50px;
}

#mitgliedschaft-text{
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 50px;
  line-height: 1.8;
  position: relative;
}

.beitrittspdf{
  width: 30px;
  margin-left: 15px;
  top: 10px;
  position: relative;
}

#mitgliedschaft-pdfs{
  position: absolute;
  right: 0; 
  bottom: 0px;
}

#mitgliedschaft-pdfs a{
  display: block;
  color: #fff;
  float: left;
  padding: 0 30px;
  text-decoration: none;
  text-align: center;
}

#mitgliedschaft-pdfs img{
  width: 70px;
}

.mitgliedsbeitrag{
  max-width: 1000px;
  margin: 50px auto 20px auto;
  overflow: hidden;
}

.mitgliedsbeitrag-left, .mitgliedsbeitrag-right{
  float: left;
  width: 50%;
  background-color: #fff;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.mitgliedsbeitrag-right-text, .mitgliedsbeitrag-left-text{
  color: #fff;
  margin-left: 50px;
}

.mitgliedsbeitrag-right-bg-icon{
  position: absolute;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  left: 20px;
  top: -10px;
}

.mitgliedsbeitrag-right-bg-icon img{
  height: 120%;
}

.mitgliedsbeitrag-left-icon img{
  width: 40px;
}

.video-wrapper{
  display: flex;
  margin: 50px 0;
}

.video-left, .video-right{
  float: left;
  width: 50%;
}

.video-left{
  position: relative;
  left: -200px;
  opacity: 0;
  transition: all 1s;
}

.video-right{
  position: relative;
  right: -200px;
  opacity: 0;
  transition: all 1s;
}

.video-left video{
  width: 100%;
  display: block;
  outline: 0;
}

.video-right{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  width: calc(50% - 30px);
  position: relative;
}

.video-text{
  z-index: 1;
}

.video-background, .freier_inhalt_background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 50% auto;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.05;
  filter: grayscale(1);
  z-index: 0;
}

.video-right-title1{
  font-weight: 400;
  font-size: 30px !important;
  color: #777;
  text-transform: uppercase;
}

.video-right-title2{
  font-weight: 800;
  font-size: 35px;
  text-transform: uppercase;
}



.freier_inhalt{
  margin: 30px 0;
  position: relative;
  position: relative;
  top: 200px;
  opacity: 0;
  transition: all 1s;
}

.freier_inhalt .content-inner{
  z-index: 1;
  position: relative;
}

#galerie{
  background-color: #fff;
}

#galerie-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.galerie-col{
  width: calc(25% - 4px);
  float: left;
  height: 250px;
  margin: 2px;
  background-size: cover;  
  background-position: center;
  
}

.scroll-button{
  width: 120px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

.schnuppertennis{
  margin: 50px 0;
  background-color: #fff;
  padding: 50px 30px;
}

.schnuppertennis-subitle{
  color: #C80011;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}

.koenige-trenner-wrapper{
  text-align: center;
  margin-top: 50px;
}

.koenige-trenner{
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 20px;
  display: inline-block;
  min-width: 150px;
  text-align: center;
}

#instagram{
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
}

.instagram-col{
  flex-grow: 1;
  width: 33.333%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  text-decoration: none;
}

.instagram-col img{
  max-width: 100%;
}

.instagram-text{
  line-height: 1.3;
  color: #555;
  text-decoration: none;
  background-color: rgba(255,255,255,0.95);
  margin: 15px;
  padding: 15px;
  overflow: hidden;
  height: calc(100% - 60px);
  transition: opacity 0.5s;
  opacity: 0;
}

.instagram-col:hover .instagram-text{
  opacity: 1;
}

.mannschaft-wrapper-outer{
  margin-top: 1px;
  padding-top: 10px;
}



.mannschaft-row{
  margin: 10px;
  background-color: #fff;
  display: block;
}

.mannschaft-row-left{
  float: left;
  width: 65px;
  height: 65px;
}

.mannschaft-row-left-inner{
  height: 43px;
  margin: 11px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mannschaft-row-left-inner>a{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mannschaft-row-left img{
  max-height: 30px;
  max-width: 100%;
}

.mannschaft-row-right{
  float: left;
  width: calc( 100% - 80px );
  height: 65px;
  padding: 0 0 0 15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mannschaft-row-right-text{
  width: calc( 100% - 35px );
  float: left;
}

.mannschaft-row-right .material-icons{
  font-size: 24px;
  font-weight: 800;
  margin-right: 20px;
}

.mannschaften-jahrtrenner{
  padding: 10px 10px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin: 50px auto 20px auto;
}

.mannschaften-bild{
  max-width: 500px;
  display: block;
  margin: 10px auto -15px auto;
}

.mannschaften-bild img{
  max-width: 100%;
  display: block;
}

#mannschaft-mannschaftsfuehrer{
  padding: 0 10px;
  width: 100%;
  max-width: 300px;
}

.reiter-wrapper{
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0 auto;
  height: 45px;
  background-color: #404040;
  border-bottom: 2px solid #B7B7B7;
  display: flex;
  cursor: pointer;
}

.reiter.active {
  border-bottom: 4px solid #B7B7B7;
}

.reiter.reiter-33 {
  width: 33.3333333%;
}
.reiter {
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mannschaftenReiter{
  display: none;
}

.mannschaftenReiter.active{
  display: block;
}

.reiter-wrapper-outer{
  max-width: 600px;
  margin: 0 auto;
  font-size: 14px;
  line-height: initial;
}

.reiter-content{
  max-width: 600px;
  margin: 0 auto 50px auto;
  padding-bottom: 20px;

}

.spieler-row, .season-row, .tabelle-row{
  padding: 13px 0;
  border-bottom: 1px solid #ccc;
}

.spieler-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 10px;
}

.spiele-row{
  height: 70px;
  margin: 15px 0;
  font-size: 14px;
  line-height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spiele-col-1{
  float: left;
  width: calc( 50% - 67px );
  font-weight: 600;
  margin-top: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  padding: 8px 10px 8px 10px;
  position: relative;
  z-index: 0;
  left: 8px;
  height: 21px;
}

.spiele-col-2{
  float: left;
  color: #fff;
  position: relative;
  z-index: 100;
  box-shadow: 0px 10px 11px -11px rgba(0,0,0,0.8);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  height: 0;
  width: 90px;
}

.spiele-col-2.sieg{
  border-top: 68px solid #1b872a;
}

.spiele-col-2.verloren{
  border-top: 68px solid #bd2424;
}

.spiele-col-2.neutral{
  border-top: 68px solid #444444;
}



.spiele-col-3{
  float: left;
  width: calc( 50% - 67px );
  font-weight: 600;
  margin-top: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  padding: 8px 5px 8px 15px;
  position: relative;
  z-index: 0;
  right: 8px;
  text-align: right;
  height: 21px;
}

.spiele-datum{
  text-align: center;
  font-size: 11px;
  margin-top: 4px;
  position: relative;
  top: -71px;
  line-height: 1.2;
}

.spiele-ergebnis{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 4px;
  position: relative;
  top: -69px;
}

.spiele-corner{
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 50px solid #fafafa;
  position: absolute;
  top: 0px;
}

.spiele-corner.left{
  border-right: 5px solid transparent;
  border-left: 1px solid transparent;
  left: -1px;
}

.spiele-corner.right{
  border-left: 5px solid transparent;
  border-right: 1px solid transparent;
  right: -1px;
}

.spiele-mannschaft-corner{
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 33px solid #004F97;
  position: absolute;
  top: 0;
}

.spiele-mannschaft-corner.right{
  border-left: 3px solid transparent;
  border-right: 1px solid transparent;
  right: -1px;
}

.spiele-mannschaft-corner.left{
  border-right: 3px solid transparent;
  border-left: 1px solid transparent;
  left: -1px;
}

.tabelle-detail td, .tabelle-detail th{
  vertical-align: top;
}

.tabelle-row.title{
  font-weight: 600;
  /*color: #fff;
  padding: 10px 0;*/
}

.tabelle-row-rang{
  float: left;
  width: 30px;
  padding-left: 15px;
  text-align: right;
}

.tabelle-row:not(.title) .tabelle-row-name{
  text-decoration: underline;
}

.tabelle-row-name{
  float: left;
  width: calc( 100% - 135px );
  padding-left: 15px;
}

.tabelle-row-punkte{
  float: left;
  width: 50px;
  padding-right: 25px;
  text-align: right;
}



.input{
  padding: 9.5px 15px;
  border: 0;
  width: calc( 100% - 30px);
  outline: none;
  color: #484748;
  font-family: 'poppins';
  background-color: #fff;
  margin-top: 20px;
}

.input::placeholder{
  opacity: 0.95;
  font-family: 'poppins';
  font-size: 14px;
}

select.input{
  width: 100%;
}

*[data-link]{
  cursor: pointer;
}

.links img{
  max-width: 200px;
  max-height: 100px;
}

.links td{
  padding: 15px;
}

.links td:first-child{
  text-align: center;
}

.news-anker{
  position: relative;
  top: -100px;
}

.footer-logo{
  filter: grayscale(1);
}

.sun-editor-editable{
  font-family: 'poppins', arial, verdana !important;
  font-size: 14px;
}

.sun-editor-editable * {
  font-size: unset;
}

.sun-editor-editable .se-image-container, .sun-editor-editable .se-video-container{
  max-width: calc(100% - 20px);
}

.se-image-container figure{
  max-width: 100%;
}

.se-image-container{
  margin: 0 10px 10px 10px !important;
}


.feierinhalt-wrapper:not(.nostyle){
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
  padding: 15px;
  margin: 20px 0;
}

.feierinhalt-wrapper img, .feierinhalt-wrapper figure, .freier_inhalt img, .freier_inhalt figure{
  max-width: 100%;
  outline: none !important;
}

.feierinhalt-wrapper table{
  max-width: 100%;
  table-layout: fixed;
  width: 100%;
}

.umenue{
  max-height: 0px;
  opacity: 0;
  position: absolute;
  top: -1000px;
  min-width: 200px;
  transition: max-height 1s, opacity 0.5s;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 50%);
  padding: 10px 0;
  overflow: hidden;
  z-index: 1;
}

.umenuicon{
  position: relative;
  top: 3px;
  left: 5px;
  font-size: 18px !important;
}

.menue-mobile-point .umenuicon{
  left: 0px;
}

.menue-point:hover .umenue{
  max-height: 600px;
  opacity: 1;
  top: 100%;
}

.menue-point a{
  text-decoration: none !important;
}

.umenue-point-text{
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px;
}

.mobile-umenue{
  display: none;
}

.menue-mobile-point.active .mobile-umenue{
  display: block;
}

.umenue-mobile-point{
  font-weight: 400;
  font-size: 16px;
}

.menue-inner:last-child .menue-point:last-child .umenue {
  right: 0;
}

.video-icon{
  background-image: url(/img/video_icon.jpg);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

th, td{
  vertical-align: top;
}

.news-katbutton{
  padding: 10px 30px;
  color: #fff;
  font-weight: 500;
  background-color: #4B4B4B;
  margin: 20px;
  display: inline-block;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
}

.news-katbutton-wrapper{
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto;
  text-align: center;
}

.news-katbutton-scroller{
  display: inline-flex;
  margin: 0 -20px;
}

.koblenz-logos{
  position: relative;
  width: 800px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.koblenz-logos img{
  width: 27%;
}

table.noborder, table.noborder td, table.noborder tr{
  border: none !important;
}

@media(max-width:1280px){

  #header{
    background-position: center 75px;
  }

  #menue-wrapper{
		display: none;
	}


	#menue-mobile{
		display: block;
	}

  .overlay{
    top: 100px;
    left: 15px;
    width: calc(100% - 30px);
  }

  #header-ueberlagerung{
    top: 77px;
    height: calc(100% - 77px);
  }

  #ueber-uns{
    display: block;
  }

  .ueberuns-left, .ueberuns-right{
    width: auto;
  }

  .ueberuns-left.mobil{
    display: block;
  }

  .ueberuns-left.desktop{
    display: none;
  }

  #ueberuns-bild{
    height: 400px;
  }

  #mitgliedschaft{
    padding: 50px 15px 20px 15px;
  }

  #mitgliedschaft-title{
    font-size: 24px;
    top: -33px;
    padding: 20px 20px 20px 50px;
  }

  #mitgliedschaft-text{
    padding: 20px 15px;
    line-height: 1.8;
  }


  #mitgliedschaft-pdfs{
    position: absolute;
    right: 0; 
    bottom: 0px;
  }

  #mitgliedschaft-pdfs a{
    display: block;
    color: #fff;
    float: left;
    padding: 0 25px;
    text-decoration: none;
    text-align: center;
  }

  #mitgliedschaft-pdfs img{
    width: 50px;
  }

  #instagram{
    margin: 50px 15px;
  }

}

@media(max-width:1000px){
	.footer-col1, .footer-col2, .footer-col3{
    float: none;
    width: auto;
    max-width: 450px;
    margin: 0 auto;
  }

  .footer-col2{
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 15px;
    margin: 10px auto;
    display: block;
  }

  .footer {
    padding: 10px 0;
  }

  .footer-col2 .d-flex{
    width: fit-content;
    margin: 0 auto;
  }

  .news-right, .news-left{
    float: none;
    width: auto;
  }

  .news-right{
    height: auto;
    max-height: 200px;
  }

  .news-right.img-fullsize{
    max-height: none;
  }

  .news-left{
    padding: 20px 10px;
  }

  .news-left.noimage{
    padding: 10px;
  }

  #map{
    height: 300px;
  }

  #maps_dummy_inner{
    padding-top: 100px;
    height: calc(100% - 100px);
  }

  .title1{
    font-size: 18px;
  }
  .title2{
    font-size: 22px;
  }

  .schnupper-left{
    width: auto;
    float: none;
  }
  
  .schnupper-right{
    width: auto;
    float: none;
    text-align: center;
  }
  
  .schnupper-right img{
    width: 80%;
    margin-top: 0px;
  }

  .schnupper-background {
    background-size: 90% auto;
    background-position: 0 25%;
  }

  .willkommen-2-left{
    width: auto;
    float: none;
  }
  
  .willkommen-2-right{
    width: auto;
    float: none;
  }
  
  .willkommen-2-left img{
    width: 100%;
  }

  .willkommen-wrapper {
    padding: 30px 0;
  }

  .willkommen-1, .willkommen-2 {
    padding: 20px 0;
  }

  .schnupper-wrapper {
    padding: 30px 0;
  }    


  .scroll-button {
    width: 80px;
    height: 50px;
    left: calc(50% - 40px);
  }

  .scroll-button img{
    width: 28px;
  }

  .willkommen-3-col {
    width: 50%;
    margin-bottom: 30px;
  }

  .willkommen-3 {
    margin: 30px auto;
  }

  
  .kontakt-wrapper{
    display: block;
  }

  .kontakt-right, .kontakt-left{
    width: auto;
    display: flex;
  }

  .kontakt-right{
    padding: 15px;
    padding-bottom: 50px;
  }

  .kontakt-right-fullwidth{
    width: auto;
  }

  .kontakt-title {
    padding: 5px;
  }

  .footer-col3{
    margin-top: 20px;
  }

  .footer-col1{
    margin: 20px auto;
  }

  .geschichte-item {
    padding: 10px;
  }

  .vorstand-col {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .dokumentenbox-col {
    width: auto;
    float: none;
    margin-top: 50px;
  }

  .trainer-right{
    width: auto;
    float: none;
  }
  
  .trainer-left{
    width: auto;
    float: none;
  }

  #trainer {
    padding: 0;
  }

  .trainer-bild {
    width: 250px;
    height: 250px;
    margin-top: 20px;
  }

  .trainer-title-mobil{
    display: block;
  }

  .trainer-title-desktop{
    display: none;
  }

  .trainer-wrapper {
    padding: 20px 0;
  }

  .trainer-background {
    background-size: 90% auto;
    background-position: 10% auto;
  }

  .sponsor {
    width: calc(50% - 70px);
  }

  .sponsoren-wrapper {
    padding: 20px 0;
  }

  .turnierkalenderItem {
    width: calc(50% - 70px);
  }

  .turnierkalender-wrapper {
    padding: 20px 0;
  }

  .footer-inner{
    display: block;
  }

  #schnupper-lupe{
    right: calc(50% - 32px);
  }

  
  #slogan-1{
    font-size: 40px;
  }
  
  #slogan-2{
    font-size: 25px;
  }
  
  #slogan-inner{
    padding: 30px 50px;
  }

  .koblenz-logos{
    width: 500px;
  }
  
  #slogan-socialmedia{
    right: 30px;
    bottom: -28px;
  }
  
  #slogan-socialmedia a{
    padding: 8px;
  }
  
  #slogan-socialmedia img{
    width: 40px;
  }

  .tnb-links-vierer{
    flex-wrap: wrap;
  }

  .tnb-links-vierer a{
    width: 40%;
    margin: 5%;
  }

  #ueberuns-titel {
    font-size: 24px;
  }
  
  #ueberuns-titel img {
    height: 40px;
  }

  #ueber-uns {
    padding: 30px 0;
  }

  #ueberuns-text {
    padding: 15px;
  }

  .ueber-uns-kanaele .qr-code{
    display: none;
  }

  .ueber-uns-kanaele .appstore img{
    max-width: 120px;
  }

  .ueber-uns-kanaele .social img{
    max-width: 70px;
  }

  #anlage{
    display: block;
  }

  #anlage-left{
    padding: 50px 30px 50px 30px;
    float: none;
    width: auto;
  }

  #anlage-right{
    float: none;
    width: auto;
    height: 250px;
    background-position: center;
    overflow: hidden;
    position: relative;
  }

  #anlage-title{
    font-size: 24px;
    margin-bottom: 15px;
  }

  #anlage-text{
    color: #fff;
    line-height: 1.7;
  }

  #anlage-pfeil{
    display: none;
  }

  .mitgliedsbeitrag-left, .mitgliedsbeitrag-right {
    float: none;
    width: 100%;
    height: 100px;
  }

  .video-wrapper{
    display: block;
  }

  .video-left, .video-right{
    float: none;
    width: auto;
  }

  .video-right{
    height: auto;
    padding: 30px 15px;
  }

  .video-right-title1{
    font-size: 20px !important;
  }
  
  .video-right-title2{
    font-size: 25px;
  }

  .galerie-col{
    width: calc(33% - 4px);
    height: 200px;
  }

  #galerie-uebersicht{
    padding: 50px 0;
  }

}



@media(max-width:600px){


  .footer2{
    text-align: center;
  }

  .impressum-ds{
    float: none;
  }


  .app-iframe-wrapper{
    padding: 0;
  }


  .vereinsapp-3{
		padding: 0px;
	}

	.vereinsapp-3-title{
		font-size: 25px;
		font-weight: 800;
		margin: 20px 0 10px 0;
	}

	.vereinsapp-3-subtitle{
		margin-bottom: 30px;
	}

  .sponsor {
    width: calc(100% - 70px);
  }

  .turnierkalenderItem {
    width: auto;
  }

  .vereinsapp-3-icons .left{
    width: auto;
    float: none;
    margin-bottom: 30px;

  }

  .vereinsapp-3-icons .right{
    width: auto;
    float: none;
    margin: 0 !important
  }

  .vereinsapp-3-icons  .left img{
    max-width: 280px;
  }

  .vereinsapp-3-icons  .right img{
    max-width: 160px;
  }

  .vereinsapp-3-icons{ 
    display: block;
  }

  .vereinsapp-3 {
    padding: 0px;
  }
  
  #slogan-1{
    font-size: 26px;
  }
  
  #slogan-2{
    font-size: 16px;
  }
  
  #slogan-inner{
    padding: 25px 25px;
  }

  .koblenz-logos{
    width: 250px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .koblenz-logos img{
    width: 55%;
    margin: 15px 0;
  }
  
  #slogan-socialmedia{
    right: 20px;
    bottom: -23px;
  }
  
  #slogan-socialmedia a{
    padding: 5px;
  }
  
  #slogan-socialmedia img{
    width: 30px;
  }

  .newsumschalter-col{
    min-width: auto;
  }

  .mitgliedsbeitrag-right-text, .mitgliedsbeitrag-left-text{
    margin-left: 20px;
  }

  .galerie-col{
    width: calc(33% - 4px);
    height: 160px;
  }

  .instagram-col{
    flex-grow: 1;
    width: 33.3333%;
  }

  .mannschaften-jahrtrenner{
    margin: 20px auto 20px auto;
  }

  .spiele-col-2{
    width: 70px;
  }

  .reiter-wrapper-outer{
    box-shadow: none;
  }

  .mannschaften-bild{
    margin: -10px auto 0px auto;
  }

  .news-title{
    font-size: 16px;
  }

  .vorstand-name{
    font-size: 16px;
  }

  .vorstand-bild{
    width: 130px;
    height: 130px;
  }

  .news-katbutton{
    padding: 9px 25px;
    margin: 10px;
  }

  .news-katbutton-scroller {
    margin: 0 -10px;
  }
}

@media(max-width:500px){

  
  #sponsoren-2 {
    padding: 0;
  }

  .sponsoren-title {
    padding-top: 20px;
  }

  #turnierkalender-2 {
    padding: 0;
  }

  .turnierkalender-title {
    padding-top: 20px;
  }


  .vereinsapp-3-title{
    font-size: 20px;
    margin: 10px 0 10px 0;
  }

  .vereinsapp-3-subtitle{
    margin-bottom: 30px;
  }

  .galerie-col{
    width: calc(33% - 4px);
    height: 140px;
  }

  
  .se-image-container{
    display: block !important;
    float: none !important;
  }

}

@media(max-width:400px){

  .galerie-col{
    width: calc(33% - 4px);
    height: 120px;
  }


}