/*
 Theme Name:     Domkirkemuseet    

 Description:    domkirkemuseet
 Author:         Dyring Design
 Author URI:     http://www.Dyring-Design.dk
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

body {
    background-color: #f2f2f2;
}

.et-social-twitter, .et-social-google-plus, .et-social-rss {
    display: none !important;
}

#contentpost p{
    color: white;
}


.content_boxe p {
    display: none;
}

.content_boxe p:nth-child(1) {
    display: block;
}

.content_boxe p:nth-child(2) {
    display: block;
}

.content_boxe p:nth-child(3) {
    display: block;
}

#main-content #post-2 .entry-content .et_pb_with_background .et_pb_column_3 {
    background-color: #1cbcb4;
}

#kortet {
    width: 80%;
    line-height: 100%;
}

@media screen and (min-width: 800px) {
#kortet {
    width: 70%;
    line-height: 100%;
}
}

@media screen and (min-width: 950px) {
#kortet {
    width: 79%;
    line-height: 100%;
}
}

@media screen and (min-width: 1200px) {
#kortet {
    width: 87%;
    line-height: 100%;
}
}

@media screen and (min-width: 1400px) {
#kortet {
    width: 91%;
    line-height: 100%;
}
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.content_boxe p {
    text-align: left;
    padding-right: 12px;
    font-size: 10pt;
    font-family: "Montserrat",Helvetica,Arial,Lucida,sans-serif;
    line-height: 113%;
    height: 107px;
    overflow: hidden;
    margin-bottom: 32px;
    text-transform: inherit;
}

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0, .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
    float: left;
    background-color: #1cbcb4;
    width: 100%;
}


.ubermenu .ubermenu-target-text {
       Color: #FFF !important;
}

#footer-bottom {
    background-color: #0c215a;
    height: 36px;
}

.streg:hover {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#sticky {
    
    padding: 0.5ex;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#sticky.stick {
    background-color: #F2F2F2;
position: fixed;
top: 0px;
z-index: 10000;
border-radius: ;
width: 100%;
}




