/* a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
} */

/* ################################# MEDIA ###############*/

@media only screen and (min-width: 1350px){
    .section {    padding: 54px 0;}
    .parallax_bg {background-size:auto}
    .row {padding: 27px 0;}
    .section {padding: 54px 0;}
}

@media only screen and (min-width: 981px){
    #page-container {padding-top: 94px !important;}
    .section {padding: 4% 0;}
    .row {padding: 2% 0;}
    .image {width: 82%;}
    .button {letter-spacing: 2px !important;}
    /*.column {margin-right: 0!important;}*/
    .module {margin-bottom: 1.5%;}
    .gutters_2.column_1_2{width: 48.5%;}
    .gutters_2.column_1_2.module{margin-bottom: 3.093%;}
    .gutters_2.row_2.column{margin-right: 3%;}
    .image_2 {max-width: 86%;}
    .row.column:last-child{margin-right: 0!important;}
}    

@media (min-width:981px){
    .gutters_2 .column,.gutters_2.row .column{margin-right:3%}
    .gutters_2 .column_1_2, .gutters_2.row .column_1_2 {width: 48.5%;}
    .column_3_5{width: 57.8%;}
    .gutters_3.column_1_2{width: 47.25%;margin-right: 5.5%;}
    .gutters_3.column_1_2.module{margin-bottom: 5.82%;}
    .gutters_3.column_4_4.module{margin-bottom: 2.75%;}
}
@media (max-width:981px){
    .container{
        text-align: center!important;
    }
    .navbar-brand img{
        max-width:30%;
    }
    .container-fluid[aria-expanded="true"]{
        margin-bottom: 40px;
    }
}

@media (max-width:981px){
    .container{
        text-align: center!important;
    }
    .navbar-brand img{
        max-width:30%;
    }
}
/* ################################# MEDIA ###############*/

.animated_content{
    -webkit-transition: margin-top 0.4s ease-in-out;
    transition: margin-top 0.4s ease-in-out;
}

.had_animation{
    position: relative;
}

.container {
    text-align: right;
    position: relative;
}

@media (min-width: 981px){
#main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    
}} 

@media only screen and (min-width: 981px){
body #logo {
    max-height: 62px;
}}

body{
    font-family: Open Sans,Arial,sans-serif;
    font-size: 14px;
    color: #666!important;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main-header {
    position: fixed;
    line-height: 23px;
    font-weight: 500;
    width: 100%;
    box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    z-index: 99999;
}
#main-header, #main-header nav, #main-header .ta_mobile_menu {
    background-color: #3d033a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_container {
    position: absolute;
    height: 100%;
    width: 100%;
}

span.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.module{
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.navbar .nav-link {
    font-weight: bold;
    color: rgba(255,255,255,0.75);
}
.navbar a:hover{
    color: rgba(255, 255, 255, 0.4);
}
.navbar a.nav-button {
    border-radius: 4px;
    letter-spacing: 1px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    padding: 12px!important;
    color: rgba(34, 60, 101, .95) !important;
    background-image: linear-gradient(90deg,#fcdcfd 0%,#ff9eef 100%);
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.navbar a.nav-button:hover {
    box-shadow: 0px 20px 30px -10px rgb(252 146 148 / 40%);
    color:#a707bd!important;
    transition: letter-spacing 300ms ease 0ms;
}

.navbar-nav {
    text-align: center;
}

.nav-item {
    padding-right: 30px;
    margin-bottom: 10px;
}

.container-fluid{
    padding: 5px 0 0 0;
}

#logo {
    width: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
}

#main-content{
    background-color: transparent;

}

#inner-content{
     position: relative; 
    z-index: 1;
}
/* ############### SECTION ############### */

div.section_0{
    background-image: linear-gradient(130deg,#571151 25%,#b50088 100%)!important;
    width: 100%;
    height: 100%;
    padding-top: 3vw;
    padding-bottom: 12vw;
}

div.section_support{
    background-image: linear-gradient(130deg,#b50088 25%,#571151 100%)!important;
    padding-top: 12vw;
    padding-bottom: 7vw;
    margin-top: 22px;
}

div.section{
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}

.section_3.section{
    padding-top: 3px;
    padding-bottom: 0px;
}
.section_4.section{
    padding-top: 10px;
    padding-bottom: 10px;
}

.section_1{
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top: 10px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    float:left; 
    position: relative;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}

/* ############### SECTION END ############### */

.bg_wrap{
    overflow: hidden;
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1700px) {
    .parallax_bg{
        background-size:cover !important;
    }
}

#page-container {
    padding-top: 62px;
    overflow-y: hidden;
    margin-top: -1px;
}

.parallax_bg{
    background-image: url(background_parallax.png);
    transform: translate(0px, 72px);
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover;
    position: absolute;
    margin-top:60px;
    bottom: 0;
    left: 0;
    height: 900px;
    width: 100%;
    display: block;
}

/* #################### ROW ############## */

.row_centered {
    padding-top: 1px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-top: 1px;
}

.row_column{
    margin-right: 0!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
}



.row{
    z-index: 5;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 80%;
    max-width: 1080px;
    margin: auto!important;
    position: relative;
    flex-wrap:nowrap!important;
}
.row>*{
    flex-shrink: inherit!important;
}

.row_1{
    padding-top: 0px!important;
    max-width: 1700px;
}

.row_2{
    max-width: 1440px;
}

.row_3{
    border-color: #571151 #961f8c #b50088 #571151!important;
    border-bottom-width: 4px!important;
}
.row_4.row{
    padding-top: 15px!important;
}
.row_5{
    width: 89%;
    max-width: 89%;
}

.css_mix_blend_mode_passthrough {
    mix-blend-mode: unset!important;
}

.image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    line-height: 0; 
}

.image_text{
    border-radius: 10px;
}

.image img{
    position: relative;
    height: auto;
    max-width: 100%;
}

.image_0{
    margin-bottom: 2vw!important;
    max-width: 300px;
    text-align: center;
}

.image_1{
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: -2vw!important;
    max-width: 1100px;
    text-align: center;
}
.image_2{
    margin-bottom: -10%!important;
    text-align: right;
    margin-right: 0;
}

.image_2.module{
    margin-left: auto!important;
    margin-right: auto!important;
}

.image_2.image_wrap img{
    min-height: auto;
}


@media only screen and (min-width: 600px){
    .img-fit {object-fit: cover;	object-position: 10%; height:995px;}
}

.image_wrap{
    display: inline-block;
    position: relative;
    max-width: 100%;
    
}

.animation_module{
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}
.text_module{
    margin-left: auto!important;
    margin-right: auto!important;
    text-align: center;
    margin-bottom: 0px!important;
    max-width: 850px;
    word-wrap: break-word;
    color: #fff!important;
    position: relative;
}
.text_module>h3{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff!important;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 10px;
    font-style: normal;
    text-decoration: none;
}
.button_wrapper{
    margin-top:40px;
    text-align: center;
}
.text_support .button_wrapper{
    margin-top:40px;
    margin-bottom: 40px;
    text-align: center;
}
.button {
    padding-top: 18px!important;
    padding-right: 34px!important;
    padding-bottom: 18px!important;
    padding-left: 34px!important;
    color: #45014e!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 1.0px;
    font-size: 14px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    text-decoration: none;
    background-image: linear-gradient(90deg,#fcdcfd 0%,#ff9eef 100%);
    position: relative;
}
.button:hover{
    box-shadow: 0px 15px 20px -10px rgb(252 146 148 / 40%);
    color:#a707bd!important;
    transition: letter-spacing 300ms ease 0ms;
}
.top_inside_divider{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
    top: 0;
    max-height: 350px;
    z-index: 1;
    transform: scale(1,-1);
    margin-top: -1px;
    display: block;
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}
.bottom_inside_divider{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
    background-size: 100% 250px;
    bottom: 0;
    height: 250px;
    z-index: 1;
    transform: scale(-1,1);
    display: block;
    background-repeat-y: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}
.section_2>.bottom_inside_divider{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiLz48L2c+PC9zdmc+);
    background-size: 100% 250px;
    bottom: 0;
    height: 250px;
    z-index: 10;
    transform: scale(1,1);
    
}

.section_4>.bottom_inside_divider{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiLz48L2c+PC9zdmc+);
    background-size: 100% 250px;
    bottom: 0;
    height: 250px;
    z-index: 10;
    transform: scale(-1,0.8) translate(0px 40px);
    margin-top: 30px;
}

.column{
    float: left;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    min-height: 1px;
}

.column_3{
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}

.column:last-child{
    margin-right: 0!important;
}
.column_3.column:last-child {
    margin-bottom: 150px;
}

.divider{
    margin-top:25px!important;
}

.divider_hidden{
    margin-bottom:0px!important;
}

.divider_internal{
    display: inline-block;
    width: 100%;
}

.space{
    box-sizing: content-box;
    height: 23px;
}

.text{
    word-wrap: break-word;
}

.text>:last-child{
    padding-bottom: 0;
}

.text_2, text_3{
    margin-left: auto!important;
    margin-right: auto!important;
    line-height: 2em;
    font-size: 16px;
    line-height: 2em;
    max-width: 800px;
}
.text_3.module, .text_4.module, .text_5.module, .text_6.module, .text_7.module{
    margin-left: auto!important;
    margin-right: auto!important;
}
.text_4{
    line-height: 2em;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    line-height: 2em;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-width: 0px 0px 0px 10px;
    border-color: #f9b786;
    padding-top: 20px!important;
    padding-right: 25px!important;
    padding-bottom: 10px!important;
    padding-left: 25px!important;
    max-width: 800px;
    box-shadow: 0px 2px 70px 0px rgb(110 130 208 / 35%);
}

.text_5, .text_6, .text_7{
    line-height: 2em;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    line-height: 2em;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-width: 0px 0px 0px 10px;
    border-color: #4fadc4;
    padding-top: 20px!important;
    padding-right: 25px!important;
    padding-bottom: 10px!important;
    padding-left: 25px!important;
    max-width: 800px;
    box-shadow: 0px 2px 70px 0px rgb(110 130 208 / 35%);
}
.text_8{
    line-height: 2em;
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    margin-left: 0px!important;
}

.text_4 h4, .text_5 h4, .text_6 h4, .text_7 h4{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    color: #666666!important;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
}

.text_2 h2, .text_3 h2, .text_8 h2{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2em;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #333;
    padding-bottom: 10px;
}
.text_inner{
    position: relative;
}

.text_sponsor{
    margin-top:20px;
    margin-bottom:0px;
    text-align: center;
    font-family: 'Abel';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
    color: #818181;
    background-color: Transparent;
    letter-spacing: 0em;
}
.text_contact{
    margin-top:20px;
    margin-bottom:0px;
    text-align: center;
    font-family: 'Abel';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    color: #a7a7a7;
    background-color: Transparent;
    letter-spacing: 0em;
}

.text_contact .text_caption{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom:20px;
}
.text_contact a{

    text-decoration: none;
    color:#f5aaff;
}
.text_contact a:hover{

    text-decoration: none;
    color:#bb3dcc;
}

text>:last-child{
    padding-bottom: 0;
}

.text_align_left{
    text-align: left;
}

div.section.section_2, div.section.section_gradient{
    background-image: linear-gradient(180deg,#ffffff 0%,#F2F2FA 50%)!important;
}

.section2.section{
    padding-top: 0px;
    padding-bottom: 50px;
}

.with_border{
    position: relative;
    border: 0 solid #333; 
}
#ueberUns, #neuigkeiten, #turnerinnen, #sponsoren{
    scroll-behavior: smooth;
    scroll-margin-top: 65px;
}

.blurb_0.blurb{
    font-size: 16px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    min-height: 100%;
}

.blurb_0.blurb_content{
    max-width: 100%;
    
}

.blurb_content{
    max-width: 550px;
    position: relative;
    text-align: center;
    word-wrap: break-word;
    width: 100%;
}

.blurb_0.blurb.module_header{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7em;
    font-style: normal;
    text-transform: none;
    text-decoration: none;;
}
.blurb.text_align_left .blurb_content .blurb_container{
    text-align: left;
}
.blurb.image_wrap{
    display: block;
    margin: auto;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #f8f8f8;
    padding: 10px;
}
.section_contact>.grid-container{
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #0c0c0c!important;
    padding: 10px;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
    min-height:300px;
}
.section_contact .grid-item {
    background-color: rgba(8, 8, 8, 0.8)!important;
    padding: 20px;
    font-size: 30px;
    text-align: center;
    min-height:300px;
}  
.spc{
    min-height:200px;
}

.top_line{
    height:10px;
    background-image: linear-gradient(130deg,#571151 25%,#b50088 100%)!important;
    background-size: cover;
    border-color: #571151 #961f8c #b50088 #571151!important;
    border-width: 4px!important;
    z-index: 10;
}
.section_contact{
    background-color: #000;
    position: relative;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
    top:0;
    
}
#pfeil{
    margin-top:40px;
    max-height: 300px;
    max-width: 300px;
}
.text_insta{
    margin-top: 20px;
}

.info{
    background-color: #fff;
    margin-top: 30px;
}

.h1centered{
    text-align: center!important;
}
/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
    }