﻿
.home { padding-bottom:70px }
.home > div.home_head { margin-top:130px;text-align:center;margin-bottom:44px }
.home > div.home_head h1 { font-size:50px;line-height:50px;padding:0px 30px }
.home > div.home_head h3 { font-size:24px;line-height:36px;padding:8px 30px 0px 30px }


.home_portale { max-width:1000px;margin:0px auto;text-align:center }
.home_portale > div { width:33%;padding:0px 9px 18px 9px; float:left; display:inline-block }
.home_portale > div > div { border-radius:10px;border:solid 2px #eeeeee;height:336px;overflow:hidden }
.home_top { padding:37px 0px 0px 0px;margin-bottom:15px;display:block;color:black;position:relative;text-align:center }
.home_logo img { height:60px;margin:0px auto;display:block;margin-bottom:10px }
.home_text { padding:10px 10px 5px 10px;font-size:15px;line-height:22px;height:99px;overflow:hidden;margin-bottom:10px;text-align:center  }
.home_active .home_top:hover { color:white }
.home_top > div { z-index:2;position:relative }
.home_top > div.home_bg { display:none;width:0px;height:0px;margin:0px auto;position:absolute;top:0;left:0;bottom:0;right:0; }
.mitgliedschaft .home_top:hover { padding-bottom:10px }
.home_top:hover > div.home_bg { display:block;z-index:1 }
.home_top .home_text p { display:none }
.home_top .home_text p font { font-size:12px }
/*.home_top:hover .home_text p { display:block;z-index:2;position:relative;color:white;font-weight:bold;margin-top:10px }*/

.home_buttons { text-align:center }
.home_buttons a { display:block;font-size:16px;line-height:16px;margin-bottom:5px;cursor:pointer }
.home_buttons a { border-style:solid;border-width:2px;border-radius:20px;height:36px;margin-left:10px;margin-right:10px;padding-top:6px;box-sizing:border-box }
.home_buttons a span { display:inline-block;margin-right:10px }
.home_buttons .mitgliedwerden span, .home_buttons .mitgliedeintragen span { font-size:28px;display:inline-block;height:30px;position:relative;top:3px }
.home_buttons a .icon-info { font-size:35px; }

.home_logo img:last-child { display:none }
.home_active .home_top:hover .home_logo img:first-child { display:none }
.home_active .home_top:hover .home_logo img:last-child { display:block }




@media screen and (max-width: 1310px) {
    .home_portale { max-width:976px; }
    .home_portale > div { width:33.33%; }
}

@media screen and (max-width: 1020px) {
    .home > div.home_head h1 { font-size: 35px; line-height: 42px; font-weight:bold }
    .home > div.home_head h3 { font-size:20px;line-height:28px; }
}

@media screen and (max-width: 980px) {
    .home_portale { max-width:644px; }
    .home_portale > div { width:50%; }
}


@media screen and (max-width: 650px) {
    .home_portale { max-width:unset;padding:0px 20px }
    .home_portale > div { width:100%; }
    .home > div.home_head { margin-top:60px;margin-bottom:40px }
    .home > div.home_head h1, .home > div.home_head h3 { padding:0px 10px }
    .mitgliedschaft .home_top .home_text { height:120px }
    /*.mitgliedschaft .home_top .home_text p { display:block;z-index:2;position:relative;color:black;font-weight:bold;margin-top:10px }*/
}

@media screen and (max-width: 370px) {
    .home_portale { padding:0px 10px }
    .home_buttons a:nth-child(2) span, .home_buttons a:nth-child(3) span { margin-right:5px }
    .home_buttons a:nth-child(2), .home_buttons a:nth-child(3) { margin-left:5px;margin-right:5px; }
}