/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .uk-navbar {
    text-transform: uppercase;
    border-bottom: 2px solid #de69b9;
}
.tm-headerbar .tm-logo {
	float: none;
}
.uk-display-inline-block {
    display: inline-block !important;
}
.tm-headerbar-l + .tm-logo, .tm-logo + .tm-headerbar-r, .tm-headerbar-l + .tm-headerbar-r {
    margin-left: 30px;
}
.tm-headerbar-text {
    color: #444444;
    font-family: 'Judson', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 50px;
}
.tm-headerbar {
    margin-top: 4px;
    margin-bottom: 30px;
}
.tm-navbar {
    margin-bottom: 0px;
	margin-top: 0px;
}
@media (min-width: 960px) {
.uk-form-horizontal .uk-form-controls {
    margin-left: 115px;
}
}
@media (min-width: 960px) {
.uk-form-horizontal .uk-form-label {
    width: 100px;
}
}
#senden {
color: #ffffff;
}
pre {
    word-break: normal;
    word-wrap: break-word;
	text-align: justify;
}
.uk-modal {
    background: rgba(255,255,255,1);
}

.uk-navbar-toggle {
    color: #de69b9;
}
.uk-navbar-toggle:hover {
    color: #FFFFFF;
}
.uk-navbar-toggle:focus {
    color: #FFFFFF;
}

.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
	bottom: -20px;
    margin-bottom: -18px;
    color: #000000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; 
}
#anrede {
	width: 30%;
}
#name {
	width: 68%;
}
.uk-close-alt {
    background: #de69b9;
}
.tm-toolbar {
    margin-top: 5px;
    margin-bottom: 5px;
}