body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005e49+0,002019+100 */
   /* background: #005e49; /* Old browsers */
  /*   background: -moz-linear-gradient(top, #005e49 0%, #002019 100%); /* FF3.6-15 */
  /*   background: -webkit-linear-gradient(top, #005e49 0%,#002019 100%); /* Chrome10-25,Safari5.1-6 */
  /*   background: linear-gradient(to bottom, #005e49 0%,#002019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e49', endColorstr='#002019',GradientType=0 ); /* IE6-9 */

    position: relative;

    padding-top: 70px;
    padding-bottom: 100px;

    min-height: calc(100vh - 60px);
    
    background-image: url('/img/Canes_web_hintergrund.png');
    background-size: cover; /* Bild so skalieren, dass es den gesamten Bildschirm abdeckt */
    background-repeat: no-repeat; /* Bild nicht wiederholen */
    background-color: #0a1e18 !important;

}

.content-con {
	margin-top: -60px;
}

@media only screen and (max-width: 450px) {
    footer {
        position: relative !important;
    }
    
  }

.Blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    #brandtext {
        display: none !important;
    }
}
@media (max-width: 767px) {
    #brand-image{
        height: 60px !important;
        margin-top: -10px;
        z-index: 5000;
    }
}
body{
    margin-top: 60px;
}
#liveticker {
   width: 68.5%;
   margin: 0 auto 20px;
}

#sponsoring-adv {
   width: 68.5%;
   margin: 0 auto 20px;
}
#heimbild{
    width: 50px;
    max-width: 50px;
    height: auto;
    position: absolute;
    top: -115%;
    left: 15%;
}

#awaybild{
    width: 50px;
    max-width: 50px;
    height: auto;
    position: absolute;
    top: -115%;
    left: 70%;
}

.img-spons-adv{
  width: 40%;	
}

.p-spons-adv{
  font-size: clamp(0.625rem, 0.5324rem + 0.4938vw, 1.125rem) !important;
}

.card-body{
   padding: 0px !important;	
}


#liveticker span {
    display: inline-block;
    /*width: 30%;*/
    font-weight: bold;
    vertical-align: middle;
}

#liveticker span.punktewrap {
    position: relative;
    /*height: 3em;*/
}

#liveticker span.punkte {
    font-size: clamp(1.5rem, 1.2454rem + 1.358vw, 2.875rem);
    position: absolute;
    /*bottom: -0.4em;*/
    /*width: auto;*/
}

#liveticker span#heimpunkte {
    right: 0.1em;
}

#liveticker span#gastpunkte {
    left: 0.1em;
}

#liveticker span.punktedelimiter {
    font-size: clamp(0.75rem, 0.4954rem + 1.358vw, 2.125rem);
}

#liveticker span.delimiter {
    width: auto;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
}

#liveticker p {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#liveticker #live {
    font-size: clamp(0.625rem, 0.5324rem + 0.4938vw, 1.125rem) !important;
}

#liveticker #tickerteams {
    font-size: clamp(0.625rem, 0.5324rem + 0.4938vw, 1.125rem) !important;
}

#liveticker .panel-heading h2{
    margin: 0 ;
    text-align: center;
}

#liveticker p:last-child {
    margin: 0;
}

#liveticker span.spieler {
    width: 50%;
}

#danrevisionimage {
    padding: 25px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#sponsorenoverview .userimg {
    display: inline-block;
    object-fit: cover;
    width: 50px;
    height: 50px;
}

#sponsorenoverview .submit {
    margin-left: 15px;
}

/*Business Card Css */
.business-card {
    background: #ffffff;
    padding: 10px;
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    height: 160px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 32px, rgba(0, 0, 0, 0.22) 0px 18px 14px;
    border-radius: 13px;
}

.business-card .media {
    margin-top: 0;
}

.business-card .score{
    position: absolute;
    top: 5px;
    left: -35px;
    z-index: 10;
    display: inline-block;
    font-size: 1.5em;
    width: 110px;
    text-align: center;
    padding: .25em 0;
    color: white;
    transform: rotate(-45deg);
    background: #ed7921;
    font-weight: bold;
}

.business-card .media-left .tippcontainer{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: inline-block;
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    padding: .25em 0;
    color: white;
    background: #ed7921;
    background: rgba(237, 121, 33, 0.7);
    font-weight: bold;

}

.media-left {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.media .media-body {
    padding-left: 10px;
}

.profile-img.personenbild{
    height: 120px;
    width: 120px;
    object-fit: cover;
    background: white;
}

.profile-img.firmenlogo {
    height: 50px;
    width: 50px;
    object-fit: cover;
    background: white;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 5px rgba(0,0,0, 0.5);
    transition: all .5s ease;
}

.profile-img.firmenlogo:hover {
    width: 100%;
    height: 100%;
}

.job {
    color: #666666;
    font-size: 17px;
}

.mail {
    font-size: 16px;
}

.tippinput .input-group input.form-control {
    width: 60px;
}

.tippinput .form-group {
    display: inline-block;
}

#sponsorentable tbody tr td,
.spieltagtable tbody tr td,
.tipptable tbody tr td,
#usertable tbody tr td{
    vertical-align: middle;
}

#sponsorentable thead,
.spieltagtable thead,
.tipptable thead,
#usertable thead{
    font-weight: bold;
}

#saisonbuttons,
#createsponsor,
#createuser,
#addtippbtn {
    margin-bottom: 20px;
}

footer {
    width: 100%;
    background-color: #ed7921;
    position: absolute;
    margin-top: 3vh;
    bottom: 0;
    left: 0;
    z-index: 3;	
    font-size: 12px !important;	
}

footer #tknlink {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}

footer #tknlink:hover {
    text-decoration: none;
}

footer #tknlink img {
    height: 2em;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

footer .glyphicon-heart {
    color: #dd0000;
    position: relative;
    top: 2px;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

#footer-text {
    color: #FFFFFF;
    margin: 2px 0 10px 0;
}
.panel .panel-heading a {
    color: inherit;
    text-decoration: none;
}

.panel .panel-body.collapsing {
    transition: none;
}

.panel, .panel-heading, .panel-group .panel, .nav-tabs li a  {
    border-radius: 0;
}

.panel.with-nav-tabs>.panel-heading {
    padding-bottom: 0;
    border-bottom: 0
}

.panel-heading .nav {
    font-size: 100%;
    font-weight: normal;
}

.panel .panel-heading {
    font-size: 120%;
    font-weight: bold;
}

.tab-content h1 {
    margin-bottom: 30px;
}

.panel-body h2 {
    font-size: 120%;
    margin-top: 0;
    font-weight: bold;
}

.panel-group .panel {
    margin-bottom: 30px;
}
.bowls > img,
.bowls > p {
    display: inline-block;
    float: right;
}
.bowls img{
    width: 24px;
    height: 24px;
}
.scoreboard {
    /*position: absolute;*/
    margin-bottom: 20px;
    bottom: 30px;
    left: 0;
    right: 0;
    /*background-color: red;*/
    opacity: 1.0;
    display: flex;
    width: 100%;
    height: 55px;
    align-items: center;
    color: white;
    font-family: Open Sans, sans-serif;
    margin: 0 auto;
  }
  
  .scoreboard > * {
    flex-basis: 0;
    flex-grow: 1;
    border: 0px solid black;
    height: 100%;
  }
  
  .team {
    font-weight: bold;
    display: grid;
    grid-template-columns: 78% auto;
    grid-template-rows: auto 8px;
  }
  .team > * {
    border: 0px solid black;
  }
  .team1 .teamname {
    background-color: #ed7921;
  }
  .team1 .score-team {
    background-color: #ca681c;
  }
  .team2 .teamname {
    background-color: #005e49;
  }
  .team2 .score-team {
    background-color: #004b3b;
  }
  @media screen and (max-width: 699px) {

    .teamname {
        font-size: 11px !important;
    }
    .score-team{
        font-size: 13px !important;
    }

   }
  .teamname {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 15px;
  }
  .score-team {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
.starttext-panel {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 32px, rgba(0, 0, 0, 0.22) 0px 18px 14px;
    border-radius: 13px !important;
    text-align: center;
    background-color: white;
}



.fieldset {
	font-weight: 400 !important;
}


.fieldset h3 {
	font-weight: 700 !important;
}






/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	/* padding: 20px 0; */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
}
.start-header.scroll-on {
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 45px;
	width: auto;
	display: block;
  filter: brightness(100%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: rgb(244,125,48);
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: rgb(244,125,48);
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}







@media only screen and (max-width: 450px) {
    footer {
        position: fixed !important;
    }
  }



  @media only screen and (min-width: 455px) {
    footer {
        position: fixed !important;
    }
  }


.Spiel_Sponsor_IMG img {
    width: 75vw;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 50px;
}