html, body {
    height: 100%;
}

.flag {
    background-image: url("../templates/img/flagIconMap.png");
    background-position: right right;
    width: 30px;
    height: 28px;
    background-repeat: no-repeat;
    border:1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-bottom: -4px;

}

.min_height_300 {
    min-height: 1000px;
    text-align: center;
    font-size: 36pt;
    padding-top: 200px;
}

.min_height_300 p {
    font-size: 24pt;
}

.flag:hover {
    cursor: pointer;
    color: #0075be;
    text-decoration: underline;
    border-radius: 2px;
    border:1px solid #ddd;
}

.de {
    background-position: center 0px;
}
.en {
    background-position: center -25px;
}
.container {
    margin-top: 30px;
}
#firstView {
    min-height: 100% !important;
    min-width: 100%;
    width: 100%;
    background-image: url("../templates/img/bg_color_stripes.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.full_size {
    min-width: 100%;
    width: 100%;
}
.new_row {
    min-width: 100%;
    width: 100%;
    border-bottom: 1px dotted grey;
    padding: 80px 30px;
    margin-left: 0px;

}

.wrapper {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}


.ecke{
    position:relative;
    margin:50px auto;
    padding: 20px;
    color: white;
}
.ecke_oben_rechts:after{
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 50px solid transparent;
    border-top: 50px solid #fff;
    top: 0;
    right: 0;
    position: absolute;
}

.ecke_unten_links:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 50px solid transparent;
    border-top: 50px solid #fff;
    bottom: 0;
    left: 0;
    position: absolute;
}

.ecke_oben_links:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid #fff;
    top: 0;
    left: 0;
    position: absolute;
}

.ecke_blue:after {
    border-top-color: #0075be;
}
.ecke_red:after {
    border-top-color: #a94442;
}

.ecke_purple:after {
    border-top-color: #8a2be2;
}

.ecke_klein:after {
    border-width: 20px;
}

nav {
}
.new_row:nth-child(1)
{
    background-color: rgba(220, 220, 240, 0.1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.9) 35px, rgba(255,255,255,.9) 70px);
}
.new_row:nth-child(2)
{
    background-color: rgba(240, 220, 220, 0.1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255,255,255,.9) 35px, rgba(255,255,255,.9) 70px);
}

.new_row:nth-child(3)
{
    background-color: rgba(240, 240, 220, 0.1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.9) 35px, rgba(255,255,255,.9) 70px);
}

.new_row:first-child {
    border-top: 1px dotted grey;
}

.small_space {
    padding: 30px;
}

.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
    height: 100%;
}

.big_font {
    font-size: 8em;
}

.medium_font {
    font-size: 2em;
}

.normal_font {
    font-size: 1.3em;
}

.small_outer_space_top {
    margin-top: 10px;
}

.lightGrey {
    color: #999;
    font-family: "Raleway";
    font-weight: 100;
}

.normalGrey {
    color: #555;
    font-family: "Raleway";
    font-weight: 400;
}

.big_outer_space_top {
    margin-top: 300px;
}

.lighten_blue, .lighten_red, .lighten_green, .lighten_yellow {
    font-weight: 400;
}
.lighten_blue {
    color: #0075be;
}

.lighten_red {
    color: #a94442;
}

.lighten_yellow {
    color: purple;
}

.lighten_green {
    color: green;
}

.top_up_medium {
    margin-top: -50px;
}

.border_right {
    border-right: 1px solid #0075be;
}
.border_left {
    border-left: 1px solid #0075be;
}

.box_color_blue {
    border-color: #0075be;
    color: #0075be;
}

.box_color_red {
    border-color: #843534;
    color: #843534;
}

.box_color_yellow {
    border-color: #ffd700;
    color: #ffd700;
}

.fill {

}
.new_row_symbol {
    display: inline-block;
    width: 100%;
    font-size: 100pt;
    vertical-align: middle;
    text-align: center;
}

.grey_background {
    background-color: #111;
    color: #eee;
    font-family: "Raleway";
    font-weight: 400;
}


.pinguin, .frau, .planetarier, .fisch {
    cursor: pointer;
}
.pinguin:hover img, .frau:hover img, .planetarier:hover img, .fisch:hover img {
    box-shadow: 5px 5px #ddd, 10px 10px #bbb;
}

.border_top_blue, #fisch.border_top_blue{
    border-top-color: #0075be !important;
}

.border_top_red, #pinguin.border_top_red {
    border-top-color: #843534 !important;
}

.border_top_yellow, #frau.border_top_yellow {
    border-top-color: #ffd700 !important;
}

.border_top_purple, #planetarier.border_top_purple {
    border-top-color: #8a2be2 !important;
}

.pull-left {
    margin-right: 30px;
    margin-bottom: 10px;
}


.arrow_box.arrow_color_blue:before {
    border-bottom-color: #0075be;
}

.arrow_box.arrow_color_red:before {
    border-bottom-color: #843534;
}

.arrow_box.arrow_color_yellow:before {
    border-bottom-color: #ffd700;
}

.arrow_box.arrow_color_purple:before {
    border-bottom-color: #8a2be2;
}


.background_blue {
    background-color: #0075be;
}

.background_blue_light {
    background-color: #1186cf;
}

.background_red {
    background-color: #a94442;
}

.background_red_light {
    background-color: #ba5553;
}

.background_purple {
    background-color: #8a2be2;
}

.background_white {
    background-color: white;
}

.more_points {
    opacity: 0.5;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: -20px;
    padding: 20px 0px;
    cursor: pointer;
}

.more_points:hover {
    opacity: 0.9;
}





.arrow_box {
    position: relative;
    border-top: 4px solid;
    margin-top: 15px;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-width: 30px;
    margin-left: -30px;

}
.arrow_box:before {
    border-width: 36px;
    margin-left: -36px;
}


footer {
    background-color: #111;
    color: #eee;
    font-family: "Raleway";
    font-weight: 400;
    margin-bottom: 51px;
    min-height: 100px;
    line-height: 100px;
    vertical-align: middle;
}

.article_footer footer {
    margin-bottom: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.article_footer {
    width: 100%;
    margin: 0px;
    padding: 0px;
}



.medium_icon {
    font-size: 65pt;
}

.big_icon {
    font-size: 130pt;
}

.blue_icon {
    color: #0075be;
}

.big_outer_space_top_bottom {
    margin-top: 100px;
    margin-bottom: 100px;
}

.border_top {
    border-top: 1px solid;
}

.headline {
    font-size: 24pt;
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: "Raleway";
    font-weight: 400;
}

.small_font {
    font-size: 38pt;
    font-family: inherit !important;
    font-weight: inherit;
}
.mini_font {
    font-size: 12pt !important;
}
.upper_light {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: -10px;
    margin-right: 55px;
}

.upper_normal {
    display: inline-block;
    margin-top: 20px;
    padding-top: 10px;
}

.upper_line {
    text-align: right;
    margin-top: -20px;
}

.planetarierHidden, .fischHidden, .frauHidden {
    display: none;
}

.match {
    background-color: yellow;
}

.highlight {
    background-color: yellow;
}

.titel {
    font-weight: 600;
}

.headline_normal {
    font-family: "Raleway";
    font-weight: 400;
}

.text_font {
    font-size: 16pt;
}

.article_background {
    background-position:  -20px -130px;
}

.medium_outer_space_top {
    margin-top: 100px;
}

.bottom_fill {
    height: 200px;
}

.small_outer_space_top_bottom {
    margin: 30px 0px;
}

.nothing {
    color: inherit;
}
.nothing:hover {
    color: inherit;
    text-decoration: inherit;
}

.page .ecke {
    margin: 15px 0px;
}

.page .normalGrey {
    font-size: 14pt;
}
.img-floated {
    float: left;
    margin: 0px 10px;
}

.light_links {
    color: #aaa !important;
}

.float_right {
    float: right;
    margin-left: 10px;
}

.addNews {
    padding: 50px;
}
.wTable td {
    padding: 10px;
}

.margin_top_small {
    margin-top: 20px;
}

.input-group-addon {
    min-width: 50px;
}

.vtop {
    vertical-align: top;
}

.vmid {
    vertical-align: middle;
}

.margin_minus_top_small {
    margin-top: -10px;
}

.margin_top_medium {
    margin-top: 50px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    * {
        word-wrap: break-word;
    }
    .big_outer_space_top {
        margin-top: 150px;
    }

    .big_font {
        font-size: 32pt !important;
    }

    .small_font {
        font-size: 14pt !important;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1280px) {
    .big_outer_space_top {
        margin-top: 150px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1575px) {
    .medium_icon {
        font-size: 40pt;
    }
    .upper_normal, .upper_light {
        font-size: 24pt;
    }
}

@media (max-width: 393px) {
    .upper_normal, .upper_light {
        font-size: 12pt;
        font-weight: 300;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

}

h5 {
    font-weight: 600;
}

#links2 {
    margin-top: -80px;
}


