@charset "utf-8";
/* CSS Document */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 31, 2022 */
@font-face {
    font-family: 'montserratbold';
    src: url('/templates/turnvereinweiterodetemplate/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/templates/turnvereinweiterodetemplate/fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/templates/turnvereinweiterodetemplate/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/templates/turnvereinweiterodetemplate/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('/templates/turnvereinweiterodetemplate/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('/templates/turnvereinweiterodetemplate/fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('/templates/turnvereinweiterodetemplate/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('/templates/turnvereinweiterodetemplate/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    overflow-x: hidden;
	height: 100dvh;
}

body{
  	background-image: url(/images/hintergrund_logo1.png);
	background-size: 90%;
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position-y: top;
  	background-position-x: right;
	font-family: 'open_sansregular' !important;
	font-size: 18px !important;
	line-height: 22px !important;	
}

h1,h2,h3,h4,.h1,.h2,.h3,.h4{
	font-family: 'montserratbold';
	text-transform: uppercase;
}

h1{
	font-size: 50px !important;
	line-height: 54px !important;
}
h2{
	font-size: 40px !important;
	line-height: 44px !important;
}
h3{
	font-size: 25px !important;
	line-height: 29px !important;
}
h4{
	font-size: 18px !important;
	line-height: 22px !important;
}

.bold{
	font-family: 'open_sansbold';
}

p{
	margin-bottom:10px !important;
}

.padding{
	padding-left: 15px;
	padding-right: 15px;
}

.padding-bottom{
	padding-bottom: 15px;
}

.margin-bottom{
	margin-bottom: 80px;
}

.header-nav{
	margin-bottom:30px;
}

.container{
}

.mail{
	width: 100px;
	height: 79px;
	transition: all 0.4s;
}
.mail:hover{
	width: 110px;
	height: 87px;
}
.topbar{
	background-color: #89939c;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

a {
	color: inherit !important;
	text-decoration: none !important;
}

a:hover{
	text-decoration: underline !important;
}


.metanav{
	  float: right;
}

.mainnav{
	font-family: 'montserratbold';
	text-transform: uppercase;
	margin-top: 75px;
	margin-left: 2%;
	display: flex;
	justify-content: end;
}

.mainnav li a{
	text-decoration: none;
	color:#000 !important;
	margin-left: 45px;	
	font-size: 20px;
}
.mainnav li a span.titreck-title:hover{
	border-bottom: 3px solid #cd1821;
}
.mainnav li a:hover{
	text-decoration: none !important;
}

.mainnav li.active > a span.titreck-title{
	border-bottom: 3px solid #cd1821;
}


div#maximenuck119 ul.maximenuck li.level1.parent > a::after, div#maximenuck119 ul.maximenuck li.level1.parent > span.separator::after, div#maximenuck119 ul.maximenuck li.level1.parent > span.separator{
	border: none;
}

div#maximenuck119.maximenuckh ul.maximenuck li.level1.parent > a, div#maximenuck119.maximenuckh ul.maximenuck li.level1.parent > span.separator{
	padding-right: 0px !important;
}

div#maximenuck119 div.maxidrop-main {
  	width: 190px;
}

div.floatck{
	margin-top: 15px !important;
}

div#maximenuck119 ul.maximenuck2 li a {
	margin-bottom: 10px !important;
	font-size: 20px !important;
}

.metanav li a{
	font-family: 'montserratbold';
	text-transform: uppercase;
	text-decoration: none;
	margin-left:10px;
	color: #fff !important;
	font-size: 15px;
}

.metanav li a:hover{
	text-decoration: underline;
}

.divider{
	font-family: 'montserratbold';
	text-transform: uppercase;
	text-decoration: none;
	margin-left:10px;
	color: #fff;
}

.logo{
	width: 55%;
}

.blog-items {
  grid-gap: 2em;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
/*  margin: 0 0 1em;*/
	margin-bottom:80px;
}
.blog-items.columns-2, .blog-items.masonry-2 {
  grid-template-columns: 1fr 1fr;
}
.blog-items.columns-4, .blog-items.masonry-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.blog-items.columns-3, .blog-items.masonry-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-items .item-content {
	height: 100%;
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
}

.max_width{
  width: 70%;
}

.timeline-body{
	margin-bottom: 80px !important;
}

.timeline::after{
	background-color: #cd1821 !important;
}

.jmgtimeline-body .container .content{
	background-color: #fff !important;
	border: 3px solid #cd1821 !important;
}

.left::before {
  border: medium solid #cd1821;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #cd1821;
}

.right::before {
  border: medium solid #cd1821;
  border-width: 10px 10px 10px 0;
  border-color: transparent #cd1821 transparent transparent;
}

.img{
	width:100%;
	height: auto;
}
.red-border{
	border: 3px solid #cd1821;
	border-radius: 10px;
	background: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.img-radius{
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.red-container{
	background-color:#cd1821;
	padding-top:50px;
	padding-bottom:40px;
	color: #fff !important;
	margin-bottom: 80px !important;
}
.btn-red{
	background-color: #89939c;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	font-family: 'montserratbold';
	border: 0;
	margin-top: 10px;
}

.btn-red:hover{
	background-color: #cd1821;

}

.btn-white{
	background-color: #89939c;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	font-family: 'montserratbold';
	border: 0;
	margin-top: 10px;
}

.btn-white:hover{
	background-color: #fff;
	color: #cd1821;

}

.margin-btn{
	margin-left: 15px;
	margin-bottom:5px;
}

.footer{
	background-color: #89939c;
	padding-top: 50px;
	padding-bottom: 40px;
	color: #fff;
}
.footer .row{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.facebook{
	margin-right: 17.5px;
	margin-bottom: 17.5px;
	height: 30px;
}
.instagram{
	margin-top: -16px;
	height: 30px;
}

.kontakt-icon{
	width:55%;
	display: block;
	margin: 0 auto;
}

#redim-cookiehint{
	font-family: 'open_sansregular';
	font-size: 14px !important;
	line-height: 18px !important;
	  max-width: 380px;
	  background: #fff;
	  padding: 15px 30px;
	  border-radius: 6px;
}

td {
	padding: 5px 3px 5px 3px; 
}
.table_padding_head{
	padding-bottom: 5px;
	padding-top: 15px;
}
.table_border_bottom{
	border-bottom: solid 1px #89939c;
}
.table_border_right{
	border-right: solid 1px #89939c;
}
.table_head{
	background-color: #cd1821;
	color: #ffffff;
}


.djslider{
	margin-bottom: 80px !important;
}

.slide-desc-bg-default {
  background: RGBA(0,0,0,0) !important;
}

.display-mobile{
		display: none;
	}

.red{
	color: #cd1821;
}

.img-redcontainer{
	width: 75%;
}

.vorstand{
	display: flex; gap: 15px; justify-content: space-between;
}
.vorstand .max_width{
	
	max-width: 48%;
}

.img_width{
	max-width: 75%;
}
@media only screen and (max-width:1500px){
	.djslider, div.djslider li{
			height: 450px !important;
		}
}

@media only screen and (max-width:1200px){
	.blog-items.columns-2, .blog-items.masonry-2 {
	  grid-template-columns: 1fr 1fr;
	}
	.blog-items.columns-4, .blog-items.masonry-4 {
	  grid-template-columns: 1fr 1fr;
	}
	.blog-items.columns-3, .blog-items.masonry-3 {
	  grid-template-columns: 1fr 1fr 1fr;
	}
	
	body{
	  background-image: url(/images/hintergrund_logo_mobile.png);
	}
	
	.timeline-body{
		margin-bottom: 50px !important;
	}
	
	.margin-bottom{
		margin-bottom: 50px;
	}
	
	.blog-items {
		margin-bottom: 50px;
	}
	
	.djslider{
		margin-bottom: 50px !important;
	}
	
	.red-container {
		margin-bottom: 50px !important;
	}
	
	.logo{
		width: 100%;
	}
	
	.footer .row{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	.mobilemenuck-bar-title {
	  background-color: transparent !important;
	  color: #FFFFFF;
	}
	.mobilemenuck-bar-button {
	  background: transparent !important;
	  height: 60px !important;
	  width: 50px !important;
	  color: #cd1821 !important;
	  padding-top: 0px !important;
	  font-size: 3.7em !important;
	  font-weight: normal !important;
	}
	.mobilemenuck {
	  background: transparent !important;
	  color: #000 !important;
	  padding-bottom: 0px !important;
	  font-weight: bold;
	  font-size: 1em !important;
	  width:70% !important;
	  float: right !important;
	}
	.mobilemenuck-title {
	  background: transparent !important;
	  color: #cd1821 !important;
	}
	.mobilemenuck-button {
	  font-size: 2.8em !important;
	  color: #cd1821 !important;
	  font-weight: bold !important;
	}
	.mobilemenuck-item > .level1 {
	  background: transparent !important;
	  border-radius: 6px !important;
	  border: 3px solid #cd1821 !important;
	  color: #000 !important;
	  padding:7px;
	}
	.mobilemenuck-togglericon::after {
	  background: transparent !important;
	  padding:7px !important;
	}  
	.mobilemenuck-item > .level2 {
  	  background: transparent !important;
	} 
	.mobilemenuck a:hover{
		text-decoration: none !important;
		color: #cd1821 !important;
	}
	.mainnav {
	  margin-top: 45px;
	}
	h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{
		 -moz-hyphens: auto;
	   -o-hyphens: auto;
	   -webkit-hyphens: auto;
	   -ms-hyphens: auto;
	   hyphens: auto; 
	}
	
	.djslider, div.djslider li{
		height: 350px !important;
	}
}


@media only screen and (max-width:920px){
	.max_width {
	  width: 100% !important;
	}
	.vorstand .max_width{
		max-width: 48%;
	}
	.kontakt-icon{
		width:100%;
	}
	.djslider, div.djslider li{
		height: 300px !important;
	}
}

@media only screen and (max-width: 767px){

	.blog-items.columns-2, .blog-items.masonry-2 {
	  grid-template-columns: 1fr !important;
	}
	.blog-items.columns-4, .blog-items.masonry-4 {
	  grid-template-columns: 1fr !important;
	}
	.blog-items.columns-3, .blog-items.masonry-3 {
	  grid-template-columns: 1fr !important;
	}
	.img-redcontainer{
		width: 100%;
	}
	.vorstand{
		flex-wrap: wrap;
	}
	.vorstand .max_width{
		max-width: 100%;
	}
	
	body{
	  background-image: url(/images/hintergrund_logo_smartphone.png);
		line-height: 24px !important;
	}
	
	.timeline-body{
		margin-bottom: 30px !important;
	}
	
	.margin-bottom{
		margin-bottom: 30px !important;
	}
	
	.blog-items {
		margin-bottom: 30px !important;
	}
	
	.red-container {
	  padding-top: 30px !important;
	  padding-bottom: 20px !important;
	  margin-bottom: 30px !important;
	}
	
	.djslider{
		margin-bottom: 30px !important;
	}
	
	.topbar{
		margin-bottom: 30px !important;
	}
	
	.footer{
		padding-top: 30px !important;
		padding-bottom: 20px !important;
	}
	
	.logo{
		width: 180% !important;
	}
	
	.footer .row{
		display: grid;
		grid-template-columns: 1fr !important;
	}
	
	.mainnav {
	  margin-top: 35px !important;
	}
	
	.zweier .row, .red-container .row{
		display: grid;
		grid-template-columns: 1fr !important;
	}
	
	h1,h2,h3,.h1,.h2,.h3, body{
		 -moz-hyphens: auto !important;
		   -o-hyphens: auto !important;
		   -webkit-hyphens: auto !important;
		   -ms-hyphens: auto !important;
		   hyphens: auto !important;
	}
	
	h1,h2,h3,.h1,.h2,.h3{
		max-width: 100%;
	}
	
	h1,
	.h1 {
		font-size: 40px !important;
		line-height: 44px !important;
	}
	h2,
	.h2 {
	  font-size: 30px !important;
		line-height: 34px !important;
	}
	h3,
	.h3 {
	  font-size: 22px !important;
		line-height: 26px !important;
	}
	h4,
	.h4 {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	
	.mobilemenuck {
	  width: 90% !important;
	}
	
	.left::before {
	  border-width: 10px 10px 10px 0 !important;
 	  border-color: transparent #cd1821 transparent transparent !important;
	}
	.img_width{
		max-width: 100%;
	}
}
@media only screen and (max-width: 700px){
	.display-mobile{
		display: block;
	}
	.slide-desc-text{
		display: none;
	}
	.djslider, div.djslider li{
			height: 150px !important;
		}
}

@media only screen and (max-width: 550px){
	.col {
		  flex: 100% !important;
		}
}

@media only screen and (max-width: 420px){
	.kontakt-icon{
		width: 100%;
	}
	
	h1,
	.h1 {
		font-size: 40px !important;
		line-height: 44px !important;
	}

	h2,
	.h2 {
	  font-size: 30px !important;
		line-height: 34px !important;
	}
	h3,
	.h3 {
	  font-size: 22px !important;
		line-height: 26px !important;
	}
	h4,
	.h4 {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	
}