/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 18.01.2019, 09:21:08
    Author     : nbuser3
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body.screen {
    color: #462c53;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    font-size: 30px;
    line-height: 40px;
    min-height: 100vh;
    background: #efc316;
    height: auto;
    font-weight: 600;
}

.s2_plaetze .row, .ein_platz > div > .row {
    margin-top: 47px;
}
.s3_plaetze .row {
    margin-top: 37px;
}
.ein_platz > div > .row.playerlist {
    margin-top: 0;
}

.screen h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.screen #main .s2_plaetze .team_name{
    margin-bottom: 20px;
}

.screen #main .s2_plaetze .team_name h1,
.screen #main .s2_plaetze .playerlist_small h1{
    font-size: 60px;
    line-height: 110%;
    margin-bottom: 0;
    display:inline-block;
}

.screen.rankingactive #main .s2_plaetze .team_name.has_image h1{
    font-size: 46px;
}

.screen #main .s3_plaetze .team_name{
    margin-bottom: 16px;
}

.screen #main .s3_plaetze .team_name h1,
.screen #main .s3_plaetze .playerlist_small h1{
    font-size: 38px;
    line-height: 110%;
    margin-bottom: 0;
    display:inline-block;
}

.screen.rankingactive #main .s3_plaetze .team_name.has_image h1{
    font-size: 36px;
}

.screen .playerlist h1,
.screen .playerlist h3{
    font-size:30px;
    line-height: 100%;
    margin-bottom:0;
    display:inline-block;
}
.screen h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}

.screen h3 {
    font-weight: 400;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0;
}

.screen .s3_plaetze h3 {
    font-size: 30px;
    line-height: 36px;
}


#header {
    padding: 20px 80px 20px;
    /*background-image: url("../header_bg.png");*/
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    height:190px;
}

#header .row{
    height:100%;
}


#header .logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .logo.beachin {
    display: flex;
    text-align: left;
    height: 100%;
    align-items: center;
    justify-content: start;
}

#header .logo img {
    max-height: 150px;
    height: auto;
    width: auto;
}

#header .logo.beachin img{
    height: 100px;
}


#main {
    padding: 50px 80px;
}
.rankingactive #main {
    padding: 40px 80px;
}

.team_details {
    line-height: 30px;
}

.team_image {
    position: relative;
    max-width: 100%;
    text-align: center;
}

.s2_plaetze .team_image,.s3_plaetze .team_image{
    margin-bottom:0 !important;
}

.image {
    position: relative;
    max-width: 200px;
}

.image_holder {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin: auto;
}

.row.s2_plaetze {
    min-height: 255px;
}

.s2_plaetze .image_holder{
    padding-bottom:0;
    background-size: contain;
    height:150px;
}

.rankingactive .s2_plaetze .image_holder {
    height: 117px;
}

.row.s3_plaetze {
    height: auto !important;
    min-height:180px;
}

.s3_plaetze .image_holder{
    padding-bottom:0;
    background-size: contain;
    height:120px;
}

.rankingactive .s3_plaetze .image_holder {
    height: 93px;
}

.player_image {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 24px;
}

.rankingactive .player_image {
    margin-top: 0px;
    margin-bottom: 15px;
}

.player_image_holder {
    width: 186px;
    height: 186px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
    margin: auto;
}

.player_image img {
    width: 186px;
    height: auto;
}

.player_first_name {
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}

.player_last_name {
    text-align: center;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
}

.player_country {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 35px;
}

.rankingactive .player_country {
    margin-bottom: 14px;
}

.player_country img {
    box-shadow: 1px 1px 2px #000;
}

.standings {
    text-align: center;
}

.standings_title {
    font-weight: 800;
    line-height: 30px;
    margin-top: 67px;
}

.standings_main {
    font-weight: 800;
    line-height: 140%;
    font-size: 150px;
}
.rankingactive .standings_main {
    font-size: 127px;
}

.standings_sets {
    font-weight: 800;
    line-height: 45px;
    font-size: 48px;
}

.standings_sets_set {
    padding: 0 10px;
}


.s3_plaetze .standings_main {
    line-height: 140%;
    font-size: 120px;
}
 .rankingactive .s3_plaetze .standings_main {
    font-size: 101px;
    line-height: 140%;
}

.s3_plaetze .standings_sets {
    line-height: 35px;
    font-size: 38px;
}


.col-md-5 {
    flex: 0 0 45%;
    max-width: 45%;
}

.col-md-2 {
    flex: 0 0 10%;
    max-width: 10%;
}

.alignment > div:nth-child(2) {
    text-align: right;
}


.playerlist_small .row {
    margin-top: 30px;
    margin-left: -5px;
    margin-right: -5px;
}
.rankingactive .playerlist_small .row {
    margin-top: 12px;
}

.playerlist_small .row > div{
    padding-left: 5px;
    padding-right: 5px;
}

.playerlist_small .player_image_holder {
    width: 80%;
    height: auto;
    padding-bottom: 80%;
}
.rankingactive .playerlist_small .player_image_holder {
    width: 70%;
    padding-bottom: 70%;
}

.playerlist_small .player_image{
    margin: 5px 0;
}

.playerlist_small .player_last_name,
.playerlist_small .player_first_name{
    text-align: left;
    width:100%;
}

.s2_plaetze > div:nth-child(3) .playerlist_small .player_last_name,
.s2_plaetze > div:nth-child(3) .playerlist_small .player_first_name,
.s3_plaetze > div:nth-child(3) .playerlist_small .player_last_name,
.s3_plaetze > div:nth-child(3) .playerlist_small .player_first_name{
    text-align: right;
}

.screen #main .s2_plaetze .playerlist_small h1,
.screen #main .s3_plaetze .playerlist_small h1{
    margin:0;
    display:inline;
}

.s2_plaetze .row.row_has_player_images,
.s3_plaetze .row.row_has_player_images{
    margin-top:0;
}

.s2_plaetze.row_has_team_image > div > .row,
.s3_plaetze.row_has_team_image > div > .row {
    margin-top: 0px;
}

.playerlist_small .col-md-8 {
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.top_has_player_images.bottom_has_player_images{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.rankingactive .top_has_team_images{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

