/* Fonts */
@import url('../../themes/ultimatum/fonts/roboto.css');
@import url('../../themes/ultimatum/fonts/roboto-condensed.css');


/* Text Kosmetik*/

@media only screen and (max-width: 600px) {
    
    h1 {
    font-size: 50px;  
    text-align: center;
}
    
    h2 {
    font-size: 35px;  
    text-align: center;
    }
    
    body {
    text-align: center;
    font-size: 18px;
    }

}

 @media only screen and (min-width: 768px) and (max-width: 1024px) {
    
    h2 {
        font-size: 40px;  
        text-align: center;
    }

    body {
        text-align: center;
    }
}


@media (min-width: 1024px) {
        
    h2 {
        text-align: left;
    }
    
    body {
        text-align: left;
        font-size: 18px;
    }
}



.nav-holder {
    float:none;
    z-index:99997
}


/* Header */
header.headwrapper
{
    background-color:rgba(0,0,0,0.5);
    transition: background-color 0.5s ease-out;
}

header.headwrapper:hover,
header.headwrapper.scroll_bg
{
    background-color:rgba(0,0,0,1);
}


.main_logo img
{
    margin:10px auto 10px;
    width:90px;
}





/* spacing Menu*/

.ultimatum-menu .nav-holder .navigation > li > a
{
    padding: 0 5px;
}

#logo-container
{
    display: block; /* inline-block */
    margin-left: auto;
    margin-right: auto;
    width: 70px; /* DL 120px */
}

.nav-holder {
    float: none !important;
}

.nav-holder ul {
    list-style: none;
    border-radius: 5px;
}

.nav-holder ul li ul li > a {
    border: 0;
    /*border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 120px;*/
    border-bottom: 1px solid #000000;
    
    height: auto;
    text-indent: 0;
    color: #333;
    padding: 10px 10px 10px 20px;
    line-height: 29px;
}

.nav-holder ul li ul li:last-child > a {
    border-bottom-width:0;
}

/* Buttons*/

.vc_btn3.vc_btn3-size-lg {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.vc_btn3.vc_btn3-color-inverse, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat {
  color: #FFFFFF;
  background-color: #e74011;
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  border: 3px solid white;
}


/* Column reorder*/
@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}
	
	
.text_background {
    font-size: 3.3em;
    background: #e74011;
    color: white;
    padding: .3em .7em .2em .4em;
    display: inline;
    line-height: 150%;
    font-weight: bold
}
	


/* Icons Footer*/
#center_text_icons {
    white-space: nowrap;
}

.sbvcytc-isotope-item {
    padding-bottom: 15px;
    padding-top: 55px;
}
  
  
  
  
#wrapper-1
{
	/* display:none;  / * DL */
}
  
#col-7-1
{
    position: absolute;  /* DL */
}

#col-7-2
{
	width: 200px; /* DL */
	margin: 0 auto;   /* DL */
}

#col-7-2 .img-responsive
{
    margin: 10px auto 0;
}

#ultimatummenu-5-responsive-menu
{
    margin-top:8px;   /* DL */
    /*background-color: black;*/ /* DL */
}
    
    


  

/* Mobile menu */


.mobmenu-left-alignment {
  text-align: left;
}

.mobmenu-left-panel {
  width: 100%;
  margin-right: 20px;
}

.mobmenu-left-bt {
  position: absolute;
  padding-right: 20px;
  padding-top: 20px;
  font-size: 25px;
}

.mobmenu-tabs-header {
  padding-left: 15px;
}

.mobmenu-tabs-header li {
    text-align: left !important;
    /*border-top: 1px solid #ffffff;*/
    border-top-width: 0 !important;
}

.wp-mobile-menu {
    display: inline !important;
}

.mobmenu-left-panel .mobmenu-tabs-header .active-tab {
    border-bottom-width: 1px !important;
    color: #e74011 !important;
}

.mobmenu-content li:last-child {
    border-bottom-width: 0 !important;
}



/* get Emoji */
@media (max-width: 960px) {
        
    #get_emoji_but_con .button_text {
        display:none;
    }
    
    #get_emoji_but_con .vc_column_container,
    #get_emoji_but_con .vc_column_container > .vc_column-inner
    {
        width: auto;
        display: inline-block;
    }
}

@media (max-width: 525px) {
        
    #get_emoji_but_con img {
        max-width:50px;
        width:40px;
    }
}

@media (max-width: 450px) {
        
    #get_emoji_but_con img {
        max-width:50px;
        width:33px;
    }
}

@media (max-width: 400px) {
        
    #get_emoji_but_con img {
        max-width:50px;
        width:30px;
    }
}







/*
.emoji-uc-header-wrapper
{
	position: absolute;
	width: 1180px;
	top: 300px;
	margin-top: 75px;
	z-index: 5;
}


@media (max-width: 960px) {

	.emoji-uc-header-wrapper
	{ 
		width: 100%;
		top: inherit;
		left: 0;
		margin-top: 40px;
	}

}
*/

.colortobw img {
	-webkit-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
}

.colortobw img:hover {
	-webkit-filter: grayscale(100%) !important;
	filter: grayscale(100%) !important;
}