/* tablet */
@media (max-width: 1340px) {
    
    navigation_tablet {
        z-index: 1200
    }
    /*
    .navigation_wrapper {
        display: none;
    }
    .footer, .copyright {
        display: none;
    }*/
    /* CONTACT */
    .contact_form {
        width: 48%;
    }
    .contact_detail {
        width: 48%;
    }
    .contact_form_text {
        width: 75%;
    }
    .contact_form_submit {
        width: 20%;
    }
    .main-container {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    .maincontent {
        width: 63%;
        margin-right: 5%;
    }
    .sidebar {
        width: 32%;
    }
    .latest_news_item {
        width: 46%;
    }
    .featured_news img {
        width: 100%;
        height: auto;
    }
    .navigation ul li.home_link {
        width: 50px;
    }
    .navigation ul li {
        width: 140px;
    }
    .navigation ul li ul li {
        width: 140px;
    }
    .navigation ul li a.nav_item {
        font-size: 15px;
        padding: 10px 0px 20px;
    }
    .navigation ul li ul li a {
        font-size: 14px;
        padding: 8px 10px 16px;
    }
    .member {
        width: 46%;
        margin-right:  2%;
    }
    .maincontent {
        
    }
    .member_right {
        width: 46%;
        margin-left:  2%;
    }
    .member_teaser_thumb {
        width: 20%;
    }
    .member_teaser_thumb img {
        width: 100%;
        height: auto;
    }
    .member_teaser_text {
        width: 70%;
    }
    
    .footer {
        /*background: red;*/
    }
    .footer_logo {
        /*background: blue;*/
        width: 27%;
    }
        .footer_logo_icon {
            width: 35%;
            margin-right: 5%;
        }
        .footer_logo_icon img {
            width: 100%;
        }
        .footer_logo_text {
            width: 60%;
        }
        .footer_logo_text img {
            width: 100%;
        }
    .footer_links {
        /*background: purple;*/
        width: 15%;
        margin-left: 2%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .footer_kontakt {
        /*background: grey;*/
        width: 28%;
        padding-left: 2%;
    }
    .footer_partner {
        /*background: green;*/
        width: 10%;
        padding-left: 2%
    }
    .footer_partner img {
        width: 100%;
        height: auto;
    }
    .footer_partner2 {
        /*background: brown;*/
        width: 15%;
    }
    
    .input_aml_div, .input_aml {
        margin-bottom: 15px;
    }
}
@media (max-width: 1024px) {
    
    .form_news {
        width: 100%;
    }
    .navigation_wrapper {
        display: none;
    }
    .navigation_mobile {
        display: none;
    }
    .navigation_tablet {
        display: block;
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 1300;
        background: #FFF;
    }
    .nav_content_tablet {
        background: #FFF;
        display: none;
    }
    .nav_content_tablet ul, .nav_content_tablet ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    .nav_content_tablet ul li {
        margin: 10px 80px;
    }
    .nav_content_tablet ul li a {
        color: #FFF;
        text-align: center;
        font-size: 18px;
        padding: 10px;
        border-radius: 8px;
        display: block;
        text-decoration: none;
        border-right: 1px solid #df252b;
        border-bottom: 6px solid #df252b;
        
        background: #df252b;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e76d71), to(#df252b));
        background-image: -webkit-linear-gradient(top, #e76d71, #df252b);
        background-image: -moz-linear-gradient(top, #e76d71, #df252b);
        background-image: -ms-linear-gradient(top, #e76d71, #df252b);
        background-image: -o-linear-gradient(top, #e76d71, #df252b);
        background-image: linear-gradient(top, #e76d71, #df252b);
        
    }
    .opened_nav_tablet {
        background:  url("../images/arrow_down_red.png") bottom center no-repeat #df252b !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        box-shadow: inset 0px 2px 1px rgba(0,0,0,0.3);
        font-family: "Century-Gothic Bold" !important;
        border-bottom: 6px solid #ea5b0c !important;
        margin-bottom: 0px !important;
    }
    .nav_content_tablet ul li a:hover {
        background:  url("../images/arrow_down_red.png") bottom center no-repeat #df252b !important;
        
        box-shadow: inset 0px 2px 1px rgba(0,0,0,0.3);
        font-family: "Century-Gothic Bold" !important;
        border-bottom: 6px solid #ea5b0c !important;
        margin-bottom: 0px !important;
    }
    .nav_content_tablet ul li ul {
        /*position: absolute;*/
        z-index: 1000;
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
        overflow: hidden;
        display: none;
    }
    .nav_content_tablet ul li ul li {
        margin: 0;
    }
    .nav_content_tablet ul li ul li a {
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
        
        border-bottom: none;
        background: #df252b;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e76d71), to(#df252b));
        background-image: -webkit-linear-gradient(top, #e76d71, #df252b);
        background-image: -moz-linear-gradient(top, #e76d71, #df252b);
        background-image: -ms-linear-gradient(top, #e76d71, #df252b);
        background-image: -o-linear-gradient(top, #e76d71, #df252b);
        background-image: linear-gradient(top, #e76d71, #df252b);
    }
    .nav_content_tablet ul li ul li a:hover {
        background: none #1b319c !important;
        border-bottom: none !important;
    }
    .nav_anchor_tablet {
        background: url("../images/nav_bg.png") top repeat-x #df252b;
        min-height: 50px;
        z-index: 1300px;
    }
    .logo_nav_tablet {
        float: left;
        width: 8%;
        text-align: center;
        padding: 5px 0 5px;
        margin-bottom: 5px;
        margin-top: 10px;
        margin-left: 2%;
        border-right: 1px solid #df252b;
    }
    .user_nav_tablet {
        float: right;
        width: 8%;
        text-align: center;            
        padding: 5px 0;
        margin-bottom: 5px;
        margin-right: 2%;
        margin-top: 10px;
        border-left: 1px solid #df252b;
    }
    .user_nav_tablet_active {
        background: url("../images/arrow_down.png") top center no-repeat #df252b;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        box-shadow: inset 0px -2px 5px rgba(0,0,0,0.3);
        border-top: 6px solid #FFF !important;
        margin-top: 0px;
        padding-bottom: 15px;
    }
    .action_nav_tablet {
        float: left;
        text-align: center;
        width: 92%;
        padding: 15px 0;
        margin-bottom: 10px;
        cursor: pointer;
        margin-left: 4%;
    }
    .action_nav_tablet_active {
        background: url("../images/arrow_down.png") top center no-repeat #df252b;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        box-shadow: inset 0px -2px 5px rgba(0,0,0,0.3);
        border-top: 6px solid #FFF;
    }
    .user_panel_tablet {
        width: auto;
        display: none;
        padding: 20px;
        height: 85px;
        background: #FFF;
        float: right;
        z-index: 1;
    }
    
    .sidebar {
        position: relative;
        width: 96%;
        display: block;
        float: none;
        margin: 15px 2% 0;
        border: 1px solid #DDD;
        border-bottom: none;
        border-radius: 6px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 20px 15px;
        box-shadow: 1px 3px 4px #CCC inset;
    }
    .sticky_sidebar {
        top: 0px;
    }
    .sidebar_widget {
        width: 100%;
        float: none;
    }
    .second_widget {
        float: right;
    }
    /*.latest_news_item {
        width: 370px;
    }*/
    
    .no_border {
        border: none;
    }
    .cookies_usage_message {
		padding: 1%;
		width: 98%;
	}
	.cookies_usage_message .cookies_text_wrapper {
		margin: 5px 0;
	}
    
    
    .top {
        min-height: 300px;
    }
    .logo_wrapper {
        padding-left: 15px;
        padding-top: 200px;
    }
    .main_wrapper {
        margin-bottom: 0px;
    }
    .main-container {
        width: 100%;
        margin: 0 auto;
    }
    .maincontent {
        display: block;
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .maincontent-full {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    
    /* FOOTER */
    .footer-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer_logo_tablet {
        display: block;
    }
    .footer_logo_tablet img {
        width: 90%;
    }
    .footer_logo_icon, .footer_logo_text, .footer_logo_subtext1, .footer_logo_subtext2 {
        display: none;
    }
    .footer_logo {
        float: left;
        width: 20%;
        /*margin: 20px 0;
        width: 140px;*/
    }
    
    .footer_links {
        width: 20%;
    }
    .footer_kontakt {
        /*width: 310px;
        padding: 20px 0px 20px 15px;*/
    }

    .footer_partner {
        /*width: 15%;*/
    }
    
    .copyright {
        font-size: 12px;
        padding: 10px 15px;
        width: 100%;
    }
    
    /* MEMBERS */
    .indexing_wrapper a {
        margin-right: 10px;
    }
    /*.member {
        width: 360px;
        margin-right:  25px;
        margin-bottom: 30px;
    }*/
    .member_right {
        float: right;
        margin-right:  0px;
    }
    .member_teaser_text {
        width: 220px;
    }
    
    
    
    /* EVENTS */
    .event {
        width: 48%;
        margin-right:  2%;
        margin-bottom: 30px;
    }
    .event_right {
        margin-right:  0px;
        float: right;
    }
    .event_teaser {
        margin-top: 10px;
    }
    .event_teaser_thumb {
        width: 30%;
        margin-right: 5%;
    }
    .event_teaser_thumb img {
        width: 100%;
        height: auto;
    }
    .event_teaser_text {
        float: left;
        width: 65%;
    }

    /* LATEST NEWS */
    .latest_news_item {
        width: 48%;
        margin-right:  2%;
    }
    .latest_news_item_right {
        float: right;
        margin-right: 0;
    }
    .latest_news_title {
        font-size: 14px;
        font-weight: bold;
        font-family: "Century-Gothic Bold";
    }
    .latest_news_title a {
        color: #3c3c3c;
    }
    .latest_news_item_footer {
        border-top: 1px solid #DDD;
        margin: 10px 0;
        display: block;
    }
    .news_date {
        float: left;
    }
    .news_link {
        float: right;
        text-align: right;
    }
    .img_responsive {
        width: 100%;
        height: auto;
    }
    
    /* NEWS */
    .news_item {
        width: 48%;
        margin-right:  2%;
        margin-bottom: 30px;
    }
    .news_item_right {
        margin-right:  0px;
        float: right;
    }
    
    /* NEWS SINGLE */
    .news_single .news_main_title {
        font-size: 18px;
        border-bottom: 1px solid #a7a7a7;
        line-height: 200%;
    }
    .news_main_date {
        margin-bottom: 15px;
    }
    .news_main_pic img {
        width: 100%;
        height: auto;
    }
    .news_photos {
        float: left;
        width: 390px;
    }
    .news_content {
        float: right;
        margin-left: 60px;
        width: 355px;
    }
    .news_photo_gallery {
        margin: 50px 0;
        display: block;
        border-bottom: 1px solid #a7a7a7;
    }
    .news_photo_gallery_title {
        float: left;
        width: 200px;
    }
    .news_photo_gallery_title h4 {
        line-height: 100%;
    }
    .news_photo_gallery_link {
        float: right;
        width: 190px;
        text-align: right;
    }
    .news_photo_gallery_items {
        display: block;
        margin: 0px 0;
        background: #999;
    }
    .news_photo_gallery_items ul, .news_photo_gallery_items ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .news_photo_gallery_items ul {
        display: block;
    }
    .news_photo_gallery_items ul li {
        float: left;
        background: #FF0000;
        display: block;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .news_photo_gallery_items ul li.last_item {
        margin-right: 0px;
    }
    .news_photo_gallery_item {
        width: 120px;
        height: 68px;
        overflow: hidden;
        display: block;
        background: #3c3c3c;
    }
    .news_photo_gallery_item img {
        width: 100%;
    }
}