<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2016 | 16:38:09 */
.tp-button.ghosted {
    background-color: rgba(16, 16, 16, 0.67);
    border: 2px solid #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 600;
    color: white !important;
    text-shadow: none !important;
    background-image: none;
    /* font-family: 'PTSansRegular'; */
    border-radius: 0px;
    /* text-transform: uppercase; */
    letter-spacing: .3px !important;
    padding: 10px 15px !important;
    transition: all 300ms ease-in-out;
}

.tp-button.ghosted:hover {
    background-color: rgba(225,7,7,0.6);
    /* border-color: #e10707 !important; */
    /* color: #e10707 !important; */
}

.tp-button.ghosted.inverted {
  	background-color: #e10707;
    color: #f6f6f6 !important;
    /* border-color: black !important; */
}

.tp-button.ghosted.inverted:hover {
    background-color: transparent;
    color: rgba(225,7,7,1) !important;
    border-color: rgba(225,7,7,1) !important;
}

.tp-button.ghosted.withmargin{
	margin-right: 30px;
}

input[type="submit"].tp-button.ghosted {
  line-height: normal !important;
  height: auto;
  background-image: none;
  border-radius: 0px;
}

input[type="submit"].tp-button.ghosted:hover {
  background-image: none;
  border-radius: 0px;
}

.pam{
  padding: 20px !important;
}

.pb0{
  padding-bottom: 0px !important;
}

.pt0{
  padding-top: 0px !important;
}

.mb0{
  margin-bottom: 0px !important;
}

.mt0{
  margin-top: 0px !important;
}

.mbm{
  margin-bottom: 15px !important;
}

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

.hreset h1, .hreset h2, .hreset h3, .hreset h4, .hreset h5, .hreset h6, .hreset h7{
    padding-bottom: 0px !important;
  	padding-top: 0px !important;
  	margin-top: 0px !important;
    margin-bottom: 0px !important;
}

body.home #main{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}

body.home #main&gt;.avada-row{
  max-width: 100%;
}

body.home #main&gt;.avada-row .fullwidth-really-full-width .avada-row{
  max-width: 100%;
}

body.home #main&gt;.avada-row .fusion-fullwidth{
  padding: 80px 20px !important;
}

body.home #main&gt;.avada-row .fusion-fullwidth:first-child{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

body.home #main&gt;.avada-row .fusion-fullwidth.colored-background{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cecece+100 */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(206,206,206,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(238,238,238,1) 0%,rgba(206,206,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(238,238,238,1) 0%,rgba(206,206,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cecece',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body.home #main&gt;.avada-row .fusion-fullwidth.highlighted-background{
background: #EE0707;
background: -moz-linear-gradient(-45deg, #EE0707 0%, #C70606 100%);
background: -webkit-linear-gradient(-45deg, #EE0707 0%,#C70606 100%);
background: linear-gradient(135deg, #EE0707 0%,#C70606 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EE0707', endColorstr='#C70606',GradientType=1 );
  color: white;
}

body.home #main&gt;.avada-row .fusion-fullwidth.smaller-padding{
   padding: 40px 0px !important;
}

body.home #main&gt;.avada-row .fusion-fullwidth .avada-row{
  max-width: 1100px;
}

.splash-this-video{
  height: 302px;
}

.tac{
  text-align: center !important;
}

.taj{
  text-align: justify !important;
}

span.taj{
  text-align: justify !important;
  display: block;
}

.tal{
  text-align: left !important;
}

.lhn{
  line-height: normal !important;
}

.dsb{
  display: block !important;
}

.hta{
  height:auto !important;
}

.red-filtered-image img{
    -webkit-filter: grayscale(0.35) contrast(1.1);
  	-moz-filter: grayscale(0.35) contrast(1.1);
    -ms-filter: grayscale(0.35) contrast(1.1);
    -o-filter: grayscale(0.35) contrast(1.1);
    filter: grayscale(0.35) contrast(1.1);
    background-color: red;
    /* background-blend-mode: multiply; */
    mix-blend-mode: multiply;
    transition: -webkit-filter 300ms ease-in-out, filter 300ms ease-in-out, -moz-filter 300ms ease-in-out, -ms-filter 300ms ease-in-out, -o-filter 300ms ease-in-out;
}
.red-filtered-image {
    background-color: rgb(255, 228, 228);
  	transition: background-color 300ms ease-in-out;
}
.red-filtered-images-background:hover .red-filtered-image{
  	 background-color: #ffffff;
}
.red-filtered-images-background:hover .red-filtered-image img{
 	-webkit-filter: grayscale(0.15) contrast(1.2);
  	-moz-filter: grayscale(0.15) contrast(1.2);
    -ms-filter: grayscale(0.15) contrast(1.2);
    -o-filter: grayscale(0.15) contrast(1.2);
    filter: grayscale(0.15) contrast(1.2);
}
.frontpage-video-splash-overlay-to-prevent-mouse-actions{
  width: 100%;
  height: 100%;
}

#header .logo{
  width: 235px;
}

.die-sponsoren-unten{
  	-webkit-filter: grayscale(1) contrast(1.2);
  	-moz-filter: grayscale(1) contrast(1.2);
    -ms-filter: grayscale(1) contrast(1.2);
    -o-filter: grayscale(1) contrast(1.2);
    filter: grayscale(1) contrast(1.2);
  	transition: all 300ms ease-in-out;
}
.die-sponsoren-unten:hover{
  	-webkit-filter: grayscale(0);
  	-moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.post-content .fusion-title h2 {
    font-size: 34px !important;
    line-height: 48px !important;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    margin: auto -5px;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.fusion-recent-posts{
  
}

.category-teameventberichte .post-content p:first-child::first-letter{
    font-weight: bold;
    font-size: 43px;
    float: left;
    line-height: 39px;
    padding: 0px 2px 0px 0px;
}

.small-shadowed{
  border: 1px solid #ddd !important;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;
  box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;
  border-radius: 4px !important;
  overflow: hidden;
}

.links-gerichtetes-bild .fusion-imageframe{
  display: block;
}

.links-gerichtetes-bild .fusion-imageframe .img-responsive{
      width: 100%;
}

.es-carousel-wrapper.fusion-carousel-small .es-carousel ul li img{
	border:none;
}

.the-biggest-title-thing{
	font-size: 40px !important;
    font-weight: bold;
}

.header-v3 .header-social .alignleft .sep, .header-v3 .header-social .alignright .sep{
  /*display: none;*/
}
.header-v3 .header-social .alignleft a[href^="mailto:"]{
  /*display: none;*/
}
.header-v3 .header-social .alignright .upthere-phone{
  /*display: none;*/
}

.fusion-social-links-footer{
  text-align: center !important;
}

#footer .copyright {
  display: none
}

.erstes-header{
  padding-top: 0px !important;
  margin-top: 0px !important;
}

#main{
  padding-top: 0px !important;
}

.h4fix h4{
  font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif !important;
  font-weight: 700 !important;
  text-align: center !important;
  font-size: 110% !important;
}

.show-only-mobile{
  display: none;
}

.ua-mobile .show-only-mobile{
  display: block;
}

.ua-mobile .hide-mobile{
  display: none;
}

.colorwhite{
  	color: white !important;
  	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.45) !important; 
}

.tp-rightarrow.default, .tp-leftarrow.default{
  background: transparent !important;
}

.sidebar .widget{
	margin-bottom: 10px;
}

.fusion-content-boxes .fusion-column {
    margin-bottom: 0px !important;
}

.fusion-content-boxes .heading {
    margin-bottom: 0px !important;
}

.no-slider #main{
  margin-top: 35px !important;
}

.poen{
  pointer-events: none;
}
</pre></body></html>