/* Enter Your Custom CSS Here */
/* Vantage Header Padding */

header#masthead .hgroup {
padding-top: 4px !important;
padding-bottom: 4px !important;
 
}

/* Menu Size */
.main-navigation a {

font-size: 14px;
}


/* Vantage Support Text */

header#masthead .hgroup .support-text {
color: #d20000 !important;
font-style: italic !important;
}

/* No Padding Top and Bottom */

#main {
padding-top: 0;
  padding-bottom: 0;
}

/* Menu */
.main-navigation ul li a {
padding: 20px 25px;
}

/* Home no padding Top */
.home #main { padding-top: 0 !important; }

/* Home no padding Bottom */
.home #main { padding-bottom: 0 !important; }

/* Circle Icon Heading Color */

.widget_circleicon-widget .circle-icon-box h4 {
color: #000000 !important;
}

/* Hide Circle Icon More Link */

.widget_circleicon-widget .circle-icon-box a.more-button { display: none; }

/* Links */
#main a { color:#dc19ef; text-decoration: none !important; }
#main a:hover { color: #FFB90F; text-decoration: underline !important; }

/* Footer Background 
#colophon {
background-image: url(https://escape-nbg.de/wp-content/uploads/2015/01/background_black.jpg);
}*/

/* Header Background Image 
header#masthead {
background-image: url(https://escape-nbg.de/wp-content/uploads/2015/01/background_black.jpg);
}
*/

/* Main Container min height 

#main {
min-height: 450px;
}
*/

/* Vantage Center Logo */

header#masthead .hgroup .logo {
float: none !important;
}

header#masthead .hgroup .logo img {
display: block;
margin: 0 auto;
}

/* Remove Header Logo and Text 
header#masthead .hgroup {
   display:none;
}
*/
/* Vantage Footer Background Color */
/*
#colophon {
background: #ffffff;
}      
*/

#content table, #content tr td {
    border: none
}

