@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --nav-width-open: 224px; 
    --first-color: #d94457;
    --first-color-light: #ffcaca;
    --white-color: #fff;
    --outline-light-color:#e4e4e4; 
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100;
}
*,
::before,
::after {
    box-sizing: border-box;
}
body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 0rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s;
}
a {
    text-decoration: none;
}
.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s;
}
.lang_box{
    display: table;
}
.lang_box ul{
    list-style: none;
}
.lang_box li{
    float: left;
    margin: 0 10px 0 0;
}
.lang_box ul li a{
    font-weight: 400;
    color: black
}
.lang_box ul li a img{
    padding: 0 5px 0 0;
}
.lang_box ul li a.active{
    font-weight: 700;
    color: black !important;
}
.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer;
}
.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.header_img i {
    font-size: 24px;
}

/*
// probao sam sa ovim ali ne ide u .l-navbar ispod
overflow-y: scroll;
top: 0;
bottom: 0;*/

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--first-color);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed);
}
.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem;
}
.nav_logo {
    margin-bottom: 2rem;
    padding: 8px 0px;
    margin: 0 auto 32px auto;

}
.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color);
}
.nav_logo-name {
    width: 14rem;
    color: var(--white-color);
    font-weight: 700;
    margin: 0 0 0 -7px;
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    font-size: 18px;
    margin-bottom: 1.5rem;
    transition: .3s;
}
.nav_link:hover {
    color: var(--white-color);
}
.nav_icon {
    font-size: 1.25rem;
}
.show {
    left: 0;
}
.body-pd {
    padding-left: calc(var(--nav-width) + 0rem);
    transition: .5s;
}
.active {
    color: var(--white-color);
}
.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color);
}
.height-100 {
    /* background-image: url(../img/background.png); */
    background-color: var(--outline-light-color);
    display: table;
    height: 100vh;
    width: 100%;
    margin-top: 65px;
}
.height-100 figure{
    margin: 0 auto;
    width: 100%;
}
.height-100 h1{
    display: table;
    margin: 0 auto; 
    font-size: 48px;
    width: 53%;
    text-align: center;
}
.height-100 h2{
    display: table;
    margin: 0px auto 50px auto;
    font-size: 26px;
    width: 53%;
    text-align: center;
}
.height-100 figure img{
    display: table;
    width: 68%;
    margin: -100px auto;
}
.wrapper footer{
    /* width: calc(100% - var(--nav-width)); */
    display: flex;
    flex-direction: column; 
    transition: .5s;
    width: 100%;
}
.body-pd .wrapper footer{
    transition: .5s;
    width: 100%;
}
footer .partners{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    /*margin: 30px 0 0 0;*/
    background: linear-gradient(180deg, rgba(228, 228, 228, 1) 0%, rgba(211, 211, 211, 1) 100%);
}
.partners .vlada{
    display: flex;
    flex-direction: column;
    width: 210px;
    align-items: center;
}
.partners .vlada a {
    margin-top:15px;
}
.partners .podrska{
    display: flex;
    flex-direction: column;
    align-items: center;        
}
.partners .podrska p{
    font-weight: 700;
}
.partners .podrska div{
    display: flex;
    justify-items: center;
    align-items: center;
}
.partners .vlada p{
    font-weight: 700;
    margin: 0 0 20px 0;
}
.partners .vlada a img{
    width: 200px;
}
.partners .podrska a img{
    width: 150px;
    height: auto;
}
.partners .podrska a:first-of-type img {
   width: 170px;
}
.partners .podrska a:nth-of-type(3) img {
   width: 130px;
}
.wrapper footer .copyright{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: lightgray;
    justify-content: space-between;
    width: 100%; 
    padding: 15px 20px;
}
footer .copyright p a,
footer .copyright a{
    color: var(--first-color);
    font-weight: 700;
}
footer .copyright p a:hover, 
footer .copyright a:hover{
    text-decoration: underline;
}
.main_functions{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 57%;
    margin: 20px auto;
    justify-content: center;
}
.main_functions div{
    display: flex;
    flex-direction: column;
    outline: 1px solid var(--outline-light-color);
    margin: 0 2% 2%;
    border-radius: 5px;
    background-color: var(--first-color);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
}
.main_functions div:hover > i,
.main_functions div:hover > a{
    color: var(--white-color); 
}
.main_functions div i{
    color: var(--first-color-light);
    font-size: 60px;
    text-align: center;
    transition: .5s;
    margin: 0 0 8px 0;
    width: 100%;
}
.main_functions div a{
    color: var(--first-color-light);
    text-decoration: none;
    text-align: center;
    transition: .5s;
}
.attendants{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto;
    justify-content: center;
    flex-wrap: nowrap;
}
.attendants div{
    display: grid;
    flex-direction: row;
    height: auto;
    background-color: var(--white-color);
    justify-items: center;
    align-items: center;
    grid-template-columns: 170px 87% 0%;
    grid-template-rows: auto auto;
    grid-template-areas:
    "img h3 info" 
    "img text info";
    box-shadow: 0px 1px 3px 0px rgb(0, 0, 0, 0.3);
    margin: 10px 0;
}
.attendants figure{
    grid-area: img;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.3);
}
.attendants figure img{
    grid-area: img;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
}
.attendants h3{
    grid-area: h3;
    display: block;
    margin: 0;
    font-size: 22px;
}
.attendants h3 a{
    text-decoration: none;
    color: #000;
    font-weight: 700;
    transition: .3s;
}
.attendants h3 a:hover{
    text-decoration: underline;
    color: var(--first-color);
}
.attendants p:first-of-type{
    grid-area: text;
    display: block;
    margin: 0;
    font-size: 16px;
    width: 85%;
    text-align: center;
    align-self: flex-start;
}
.attendants .tag{
    grid-area: info;
    display: flex;
    box-shadow: none;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%
}
.attendants .tag p{
    padding: 5px 15px;
    background: green;
    border-radius: 20px;
    margin: 2px auto;
    color: white;
    font-size: 14px;
}
.program{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto;
    justify-content: center;
    flex-wrap: nowrap;
}
.program .category{
    display: table;
    width: 100%;
    margin: 20px 0;
}
.program .category ul{
    display: table;
    width: 100%;
}
.program .category ul li{
    float: left;
    list-style: none;
}
.program .category ul li a{
    display: table;
    padding: 10px 15px;
    background: var(--first-color);
    color: var(--first-color-light);
    border-radius: 7px;
    margin: 5px 5px;
    font-size: 18px;
    transition: .3s;
} 
.program .category ul li a:hover,
.program .category ul li a.active{
    color: var(--white-color);
    cursor: pointer;
}
.program article{
    display: grid;
    margin-bottom: 20px;
    background-color: var(--white-color);
    grid-template-columns: 37% auto 155px; 
    grid-template-rows: auto auto auto;
    grid-template-areas: 
    "title title title" 
    "subtitle govor govor" 
    "ucesnik ucesnik ucesnik"
    ". . btn";
}
.program article.blue {
    display: grid;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgba(217, 68, 87, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
    background-color: var(--white-color);
    grid-template-columns: 37% auto 155px;
    grid-template-rows: 50px auto auto;
    grid-template-areas:
        "title title title"
        "subtitle govor govor"
        "ucesnik ucesnik ucesnik"
        ". . btn";
}
.program article h3{
    grid-area: title;
    margin: 0 auto;
    align-self: start;
    font-size: 20px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid var(--first-color);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    padding: 8px 0 0 0;
}
.program article figure{
    grid-area: img;
    display: table;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.program article figure img{
    display: table;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.program article em{
    grid-area: subtitle;
    display: table;
    padding: 10px 0 0 20px;
    font-size: 14px;
}
.program article p{
    grid-area: ucesnik;
    display: table;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
}
.program article p i{
    vertical-align: middle;
    font-size: 22px;
    margin: -4px 5px 0 0;
}
.program article .time{
    grid-area: time;
    display: table;
    box-sizing: border-box;
    padding: 0 0 5px 0;
    align-self: self-start;
    justify-self: center;
}
.program article span{
    display: table;
    font-size: 14px;
    padding: 0px 10px 0 10px;
    float: left;
}
.program article span strong{
    font-size: 16px;
}
.program .speakers{
    grid-area: govor;
    display: table;
    padding: 15px 10px 0;
    margin: 0 0 0 20px;
}
.program .speakers p{
    grid-area: govor;
    font-size: 14px;
    padding: 0 0 7px 0;
}
.program .speakers figure{
    grid-area: govor;
    width: 50px;
    height: 50px;
    margin: 0px 5px 0 0;
    float: left;
}
.program .speakers figure img{
    border-radius: 50%;
    border: 2px solid var(--first-color-light);
    width: 50px;
    height: 50px;
}
.program .dokumenti{
    grid-area: dokumenti;
    display: table;
    padding: 0px 10px;
}
.program .dokumenti p{
    grid-area: dokumenti;
    font-size: 14px;
    padding: 0;
}
.program .dokumenti figure{
    grid-area: dokumenti;
    width: 40px;
    height: 40px;
    margin: 0px 5px 0 0;
    float: left;
}
.program .dokumenti figure img{
    grid-area: dokumenti;
    width: 40px;
    height: 40px;
}
.program article a.more_info{
    grid-area: btn;
    padding: 5px 20px;
    background: var(--first-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 4px;
}
.program article a.more_info:hover{
    color: var(--first-color-light);
}
.osnovna{
    display: table;
    width: 80%;
    margin: 20px auto;
}
.osnovna div{
    display: table; 
    box-sizing: border-box;
    margin: 20px 0;
    width: 100%;
}
.osnovna div figure{
    display: table;
    float: left;
    margin: 10px 20px 10px 0;
    width: 300px;
    height: auto;
}
.osnovna div figure img{
    display: table;
    width: 300px;
    height: auto;
    margin: 0;
}
.osnovna div h1{
    display: table;
    font-size: 32px;
    margin: 0 0 20px 0;
    width: 100%;
    color: var(--first-color);
    font-weight: 700;
}
.osnovna div em{
    display: table;
    margin: 0 0 20px 0;
    width: 100%;
    font-size: 20px;
}
.osnovna div h2{
    display: table;
    font-size: 22px;
    font-weight: 700;
}
.osnovna div h3{
    display: table;
    font-size: 20px;
    font-weight: 700;
}
.osnovna div p{
    font-size: 18px;
}
.osnovna div ul{
    display: table;
    margin: 20px 0;
    padding: 0 0 0 30px;
}
.osnovna div ul li::marker{
    color: var(--first-color);
}
.osnovna div a{
    font-weight: 700;
    text-decoration: none;
    color: var(--first-color);
}
.osnovna div a:hover{
    text-decoration: underline;
}
.osnovna .speakers,
.osnovna .vrijeme{
    float:left;
    margin: 10px 30px 35px 0;
}
.osnovna .vrijeme p:first-of-type{
    margin: 30px 0 0 0;
}
.osnovna .speakers h2{
    margin: 0 20px 0 0;
}
.osnovna .speakers h4{
    font-size: 18px;
    font-weight: 700;
}
.osnovna .speakers figure{
    grid-area: govor;
    width: auto;
    height: 50px;
    margin: 0px 20px 0 0;
    float: left;
}
.osnovna .speakers figure a{
    text-align: center;
}
.osnovna .speakers figure img{
    border-radius: 50%;
    border: 2px solid var(--first-color-light);
    width: 75px;
    height: 75px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.osnovna div article table ul{
    padding: 0 0px 0 35px;
}
.osnovna .gallery{
    display: table;
    width: 100%;
    margin: 20px 0;
    border-top: 2px solid var(--first-color);
}
.osnovna .gallery h3{
    display: table;
    width: 100%;
    font-size: 22px;
}
.osnovna .gallery h3 i{
    margin: 0 5px 0 0;
    vertical-align: middle;
    color: var(--first-color);
}
.osnovna .gallery h4{
    font-size: 16px;
}
.osnovna .gallery p{
    display: table;
    width: 100%;
    font-size: 18px;
}
.osnovna .gallery a{
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0px 5px 10px 5px;
}
.osnovna .gallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.osnovna .hist_and_social{
    display: table;
    width: 100%;
    margin: 20px 0;
}
.osnovna .hist_and_social #hist a.reservation_button{
    display: table;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: center;
    color: var(--white-color);
    background: var(--first-color);
    border-radius: 4px;
    margin: 20px 0;
    text-decoration: none;
    transition: .3s;
    font-size: 14px;
    text-transform: uppercase;
}
.osnovna .hist_and_social #hist a.reservation_button:hover{
    color: var(--first-color-light);
    cursor: pointer;
}
.osnovna p iframe{
    display: table;
    margin: 0 auto;
    width: 90%;
    height: 500px;
}
.faq_main{
    background-image: url(../img/background.png);
    /* background-color: var(--outline-light-color); */
    display: table;
    height: 100vh;
    width: 100%;
    margin-top: 65px;
}
.faq_sec{
    display: table;
    width: 80%;
    margin: 20px auto;
}

.faq_sec h1{
    display: table;
    font-size: 32px;
    float: left;
    color: #fff;
    font-weight: 800;
    text-align: center;
    width: 100%;
    margin: 30px 0;
}

.faq_sec div.question{
    display: table;
    background-color: var(--white-color);
    border-radius: 4px;
    padding: 15px 20px;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
}
.faq_sec div.question h2{
    display: table;
    font-size: 18px;
    float: left;
    color: black;
    font-weight: 800;
    margin:  15px 0;
}
.faq_sec div.question i{
    display: table;
    float: right;
    font-size: 24px;
    margin: 15px 0;
}
.faq_sec article div.answer {
    display: none;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    overflow: hidden;
}
  .faq_sec article .answer.open {
    display: block;
    opacity: 1;
    max-height: 500px; 
    background-color: var(--white-color);
    position: relative;
    top: -20px;
    border-radius: 4px;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
  }
/*-------------Kontakt START--------------------*/
.basic_site_inner_content_contact{
	width: 987px;
	margin: 0 auto;
    padding: 60px 20px 50px 20px;
	display: table;
}
.basic_site_inner_content_contact article {
    width: 37%;
    float: left;
    margin: 50px 0 0 0;
}
.basic_site_inner_content_contact h1 {
	font-size: 36px;
    color: black;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 10px;
}
.basic_site_inner_content_contact h2 {
	font-size: 26px;
	color: black;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}
.basic_site_inner_content_contact h3 {
	font-size: 24px;
	color: black;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}
.right_column_contact {
    width: 60%;
	float: right;
	margin: 50px 0 0;
}
.basic_site_inner_content_contact iframe {
	width: 100%;
	height: 480px;
	border: none;
	outline: none;
	margin: 60px auto;
}
.basic_site_inner_content_contact .grecaptcha-logo iframe {
	width: inherit;
	height: inherit;
	border: inherit;
	margin: inherit;
}
.basic_site_inner_content_contact em {
	line-height: 26px;
    color: black;
}
.basic_site_inner_content_contact p {
	line-height: 24px;
    color: black;
}
/*contact form*/
.contact_form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}
.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}
.contact_form div {
    width: 275px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}
.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}
.contact_form div:nth-of-type(2n) {
	margin-right: 0;
}
.contact_form dd div {
	width: auto;
	float: none;
	margin: 0;
}
.contact_form dt {
	display: table;
	margin: 0 10px 0 0 ;
	padding: 0 !important;
    float: left;
}
.contact_form dt label {
	font-size: 16px;
	color: black;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px 5px;
	display: block;
	cursor: text;
}
.contact_form dd {
	width: 100% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.buttons_action input[type="reset"] {
    background: var(--outline-light-color) !important;
    box-shadow: none !important;
    border-radius: 25px !important;
    border: 1px solid var(--first-color) !important;
    padding: 8px 25px !important;
    font-size: 14px !important;
    color: var(--first-color) !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 5px 0 0 !important;
}
.buttons_action input[type="reset"]:hover, 
.buttons_action input[type="reset"]:focus {
	font-size: 14px !important;
	color: var(--white-color) !important;
	background: var(--first-color) !important;
	border: 1px solid var(--first-color) !important;
	opacity: 1;
}
.buttons_action input[type="submit"] {
	background: var(--first-color) !important;
	border: 1px solid var(--first-color) !important;
	box-shadow: none !important;
	border-radius: 25px !important;
	padding: 8px 25px !important;
	font-size: 14px !important;
	color: var(--first-color-light) !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 !important;
}
.buttons_action input[type="submit"]:hover, 
.buttons_action input[type="submit"]:focus,
.buttons_action input[type="submit"]:valid:hover, 
.buttons_action input[type="submit"]:valid:focus {
	font-size: 14px !important;
	color:  var(--white-color) !important;
	background: var(--first-color) !important;
	border: 1px solid var(--first-color)   !important;
	opacity: 1;
}
.contact_form dd input, 
.contact_form dd textarea, 
.contact_form dd select {
	width: 100%;
	max-width: 100%;
	padding: 13px 15px 14px;
	margin: 0 !important;
	background: linear-gradient(#ffffff, #fafafa) !important;
	background: -webkit-linear-gradient(#ffffff, #fafafa) !important;
	border-radius: 0 !important;
	border: 1px solid #cdcdcd !important;
    outline: none;
	box-shadow: none !important;
	transition: all .3s linear;
	color: #2d2d2d;
	font-size: 14px !important;
	font-weight: 500;
	opacity: 1;
}
.contact_form dd textarea{
    width: 575px; 
}
.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}
.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}
.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}
.contact_form dd textarea {
	min-height: 120px;
	max-height: 120px;
	resize: none;
}
.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: -22px;
}
.contact_form dd select {
	padding: 8px 10px 10px;
}
.contact_form dd input[type="file"] {
	padding: 7px 10px 7px;
}
/*invalid input*/
.contact_form dd input:invalid:focus, .contact_form dd select:invalid:focus, .contact_form dd textarea:invalid:focus {
	border: 1px solid #e10f0f !important;
}
.contact_form dd input:valid:focus, .contact_form dd select:valid:focus, .contact_form dd textarea:valid:focus {
	border: 1px solid #179d0a !important;
}
.formInfo {
	margin: 0;
	color: #C20E24;
	font-size: 18px;
	cursor: help;
}
.FormButton{
	width: auto!important;
}
.contact_form dd img{
	border: none;
}
#reload_ecaptcha_contact{
	border: none;
}
.contact_form dd.buttons_action {
	padding: 20px 0 0 !important;
}
.contact_form dd div p {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}
.error_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}
.msg_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}
.right_column_contact .contact_form .consent_data{
    display: table;
    width: 100%;
}
.map{
    width: 100%;
    margin: 50px auto;
    display: block;
}
.map h1{
    display: block;
    margin: 30px auto;
    font-size: 34px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.map iframe{
    width: 50%;
    margin: 0 auto;
    display: block;
}
/*-------------Kontakt END--------------------*/


/*download*/

.document_category {
	width: 100%;
	margin: 40px 0 0;
	padding: 25px 20px 20px;
	clear: both;
	display: table;
	background: linear-gradient(#f2f2f2, #f0f0f0);
	background: -webkit-linear-gradient(#f2f2f2, #f0f0f0);
	border: 1px solid #e0e0e0;
	border-radius: 0;
}

.document_category h1,
.document_category h2 {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	text-transform: none;
	margin: 0;
	padding: 0 0 20px;
}

.document_category h1:before,
.document_category h2:before {
	content: "\ebbd";
	font-family: "Material Icons";
	font-size: 24px;
	color: var(--red);
	font-weight: normal;
	margin: -2px 10px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 31.4%;
	margin: 0 30px 30px 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li:nth-of-type(3n) {
	margin-right: 0;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 38px;
	margin: 0 5px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 14px;
	color: var(--darkgrey);
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 22px;
	overflow: hidden;
	max-height: 67px;
	max-width: 85%;
}

.document_category ul li a:hover {
	font-size: 14px;
	color: var(--red);
}
/*download*/