/**
 * @file
 * Subtheme specific CSS.
 */
@import url("head.css");
@import url("nav.css");

h2 {
    padding-bottom: 50px;
}

.highlighted {
    background: #888;
}

.btn-primary {
    background: #0071b3;
}
.btn-primary:hover {
    background: #57806f;
}
.btn-outline-primary{
 border: solid 2px #0071b3;
}
.btn-outline-primary:hover{
	background: #0071b3;
	 border: solid 2px #0071b3;
}

.iconHover:hover {
    filter: brightness(2); 
}
header#header {
    display: contents;
}

.alignCenter {
    margin: auto;
}
.invert{
    background: #62A28840;
    color: #62A288;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 40px;
    flex-direction: column;
}
.invert2 {
    outline: solid 6px #62A28840;
    color: #62A288;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    outline-offset: -10px;
	background: rgba(255, 255, 255, 0.5);
}
.invert3 {
	background-image: url(../img/wave04.svg);
	background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;
}

/*.invert3 p {
    text-shadow: 1px 1px 0px #fff, -1px -1px 3px #fff;
}*/

.covered {
    padding: 0px;
    display: flex;
}

div#main {
    min-height: 350px;
	padding-top: 100px;
}

#main-wrapper:after {
    display: block;
    content: " ";
    height: 800px;
    background-image: url(../img/contentBottomBG.jpg);
    background-position: bottom;
    margin-top: -500px;
}
.disp01 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.disp01 h4 {
    height: 50px;
}



.elnoksegHead {
    padding: 50px;
}

.tagCard {
    padding: 12px;
	display: flex;
}
.tCard {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 6px #00000050;
	overflow: hidden;
}
.cImg img {
    max-width: 100%;
    height: auto;
}
.cTitle {
    padding: 12px 12px 0px 12px;
	margin-bottom: 0px;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 0.05em;
    color: #000000a0;
}
.cPost {
    padding: 0px 12px 12px 12px;
    color: #00000070;
}

.cTitle, 
.cPost,
.cPhone,
.cMail,
.cBody{
text-align: center;
}

p.cPhone {
    margin-bottom: 0px;
}

p.cBody {
    padding: 12px;
}

.contactPage {
    padding: 24px 24px 200px 24px;
    text-align: center;
}

.card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 24px #72988980;
    border: none;
    margin: auto;
}
.cardBody {
    padding: 16px;
    text-align: center;
}
.card img,
.image-style-hirek-card{
    width: 100%;
    height: auto;
}

.fullwidthBtn {
    width: 100%;
}
.field--name-field-kepek {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.field--name-field-kepek .field__item,
.galBox{
    margin: 6px;
    padding: 6px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 2px #00000080;
}
.field--name-field-galeria-leiras {
    padding-bottom: 30px;
}
.galKep img {
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
}
.galTitle, .galSub {
    text-align: center;
}