body {
    font-family: 'Roboto', sans-serif /*{global-font-family}*/;
    margin: 0px;
    padding: 0px;
    background: #e5e5e5;
}

.registrationHeader {
    height: 130px;
    background: #488ef1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.registrationARDLogo {
    float: right;
    height: 30px;
    margin: 10px;
    margin-top: 85px;
}

.registrationContent {
    clear: both;
    padding: 17px;
    padding-top: 25px;
    font-size: 14px;
}

.registrationCodeForm {
	padding: 17px; 
}

.registrationCodeField {
	border: none;
	flex-grow: 1;
    font-size: 16px;
    margin: 0 6px;
    padding: 6px;
}

.page {
    background: #e5e5e5;
}

.headerContainer {
    display: table;
    width: 100%;
}

.headerIconContainer {
    display: table-cell;
    vertical-align: middle;
}

.headerIcon {
    float: left;
    padding: 14px;
}

.headerIcon:hover {
    background: #3a78e1;
}

.welcomePanel {
    clear: both;
    /*margin-top: 10px;*/
    padding: 25px;
    font-size: 14px;
    color: #000;
    background: #ffffff;
}

.content {
    padding: 0px;
    background: #e5e5e5;
    text-shadow: none;
    color: rgb(77, 77, 77);
}

.navMenuItem {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 170px;
    font-size: 15px;
    font-weight: 400;
    color: #2E2E2E;
    clear: both;
    text-decoration: none;
}

.navMenuItem:active {
    color: #3f9fe0;
}

.navMenuHeader {
    width: 100%;
    height: 25px;
    background: #488ef1;
    margin-bottom: 5px;
    padding-top: 75px;
}

.navMenuHeaderTitle {
    float: left;
    color: #ffffff;
    margin-left: 20px;
    font-weight: 500;
    font-size: 20px;
    margin-top: -16px;
}

div.fremdwortvariantePart {
    padding-bottom: 10px;
    font-size: 14px;
}

.fremdwortvariantePartTitle {
    font-weight: 400;
    font-size: 15px;
    color: #7e8694;
    float: left;
    clear: both;
}

.fremdwortvariantePartValue {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    float: left;
    margin-left: 3px;
    font-weight: 400;
}

.searchItemBox {
    padding-top: 10px;
    background: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*-webkit-tap-highlight-color: rgba(69,180,255,1);*/
    font-weight: 300;
    color: #000;
}

.searchItemBoxFremdwort {
    display: table-cell;
    text-align: left;
    width: 100%;
    padding-left: 10px;
}

.searchItemBoxWeitergeleitetVon {
    font-size: 13px;
    font-weight: 400;
    color: #7e8694;
}

.searchItemBoxWeitergeleitetVon .searchItemBoxWeitergeleitetFremdwort {
    font-style: italic;
}

.searchItemBoxFremdwortAttributes {
    font-size: 13px;
    font-weight: 400;
    color: #7e8694;
}

.searchItemBoxErklaerungAlwaysVisible {
    margin-top: 10px;
    margin-left: 0px;
    color: #000;
    display: block;
    padding-right: 10px;
    clear: both;
}

.lineBreakActive {
    white-space: pre-line;
}

.searchItemBoxRight {
    display: table-cell;
    text-align: right;
    vertical-align: top;
}

.searchItemBoxRFAIconContainer {
    float: right;
    clear: both;
    margin-right: 5px;
    width: 120px;
}

.searchItemBoxRFAIcon {
    height: 18px;
    /*width: 40px;*/
}

.searchItemBoxAction {
    padding: 10px;
    color: #448AFF;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.detailPageHeader {
    background: #448AFF;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 17px;
    color: #ffffff;
}

.detailPageFremdwort {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}

.blueLink {
    color: #488ef1;
}

.defaultLink {
    color: #448AFF;
    padding: 17px;
    padding-top: 25px;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    font-weight: 600;
    border-top: 1px solid #F5F5F5;
}

.registrationLink {
    color: #448AFF;
    padding: 17px;
    padding-top: 25px;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    font-weight: 600;
}

.linkStyledButton {
    color: #448AFF;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
    padding: 25px 0 0 0;
    font-family: 'Roboto', sans-serif;
    border: none;
    cursor: pointer;

}

.defaultButton {
    background: #448AFF;
    color: #ffffff;
    border: none;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
}

.detailPageButton {
    color: #ffffff;
}

.detailPageHeaderFloatButton {
    position: relative;
    bottom: 2px;
    right: 20px;
    border-radius: 50%;
    background: #ffffff;
    width: 40px;
    height: 40px;
    float: right;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#searchField form {
	display: flex;
}

#checkboxErklaerung {
	margin: 6px 0;
}

.labelErklaerung {
	color: white;
}

.searchField {
	border: none;
	flex-grow: 1;
    font-size: 16px;
    margin: 0 6px;
    padding: 6px;
}

.searchField::-webkit-input-placeholder {
    color: #aaa;
}

.searchField:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
}

.searchField::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
}

.searchField:-ms-input-placeholder {
    color: #aaa;
}

::-webkit-input-placeholder {
    color: #5f5f5f;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #5f5f5f;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #5f5f5f;
}

:-ms-input-placeholder {
    color: #5f5f5f;
}

.ajaxLoadInfo {
    z-index: 999;
    position: fixed;
    top: 90px;
    width: 80px;
    display: none;
    text-shadow: none;
}

.ajaxLoadInfo2 {
    background: #f0f878;
    padding: 10px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0px 0px 5px #7e8694;
    text-shadow: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    z-index: 999;
    font-family: Helvetica, Arial, sans-serif;
}

.resultCountBox {
    float: left;
    background: none;
    color: #363636;
    font-size: 14px;
    font-weight: 500;
    margin: 12px;
    /*margin-top: 15px;
    margin-bottom: 0px;*/
    text-shadow: none;
}

.navMenu {
    background: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    box-shadow: -1px 10px 19px #ADADAD;
    display: none;
}

.registrationInput {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    width: 100%;
    color: #000;
    border: none;
    border-bottom: 1px solid #C5C5C5;
    font-size: 15px;
    font-weight: 700;
    margin: 0px;
    outline: none;
}

.actionBarIcons {
    float: right;
}

.actionBarIcon {
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.actionBarIcon:active {
    background: rgb(92, 172, 226);
}

.secondLink {
    color: #7E7E7E;
    text-decoration: underline;
    cursor: pointer;
}

.navDrawerTitle {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
}

.bottomUserMessage {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #353535;
    color: #ffffff;
    padding: 15px;
    font-size: 13px;
    padding-left: 20px;
}

.contextMenu {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    display: none;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 1000;
}

.contextMenuItem {
    padding: 5px;
    padding-left: 12px;
    color: #494949;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}

.menu {
    position: fixed;
    top: 56px;
    left: 0px;
    width: 250px;
    font-weight: 400;
    font-size: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 33px -2px #818181;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.menuItemLink {
    text-decoration: none;
    color: #000;
}

.menuItemContainer {
    width: 100%;
    cursor: pointer;
    color: #000;
}

.menuItemContainer:hover {
    background: #eeeeee;
}

.menuItem {
    padding: 15px;
    padding-left: 25px;
}

.orangeMarkup {
    color: #e7711b;
}

.orangeLink {
    color: #e7711b;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.searchContainer {
    display: table;
    width: 100%;
    max-width: 1400px;
    margin: 8px auto;
    clear: both;
    background: #ffffff;
}

.tabBar {
	padding: 5px 5px 0 0;
	border-bottom: solid 2px white;
}

.tabBar :last-child {
	margin-right: 0;
}

.tab {
	display: inline-block;
	margin-right: 3px;
	padding: 5px 10px;
	cursor: pointer;
	text-decoration: none;
	color: black;
	background-color: white;
}

.centeredOverlayPanel {
    z-index: 1000;
    position: fixed;
    background: #f7f7f7;
    display: none;
    box-shadow: 0px 0px 33px -2px #818181;
    margin-top: -20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -75%);
    -webkit-transform: translate(-50%, -75%);
    -moz-transform: translate(-50%, -75%);
}

.dialogTitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.dialogInfoTxt {
    float: left;
    font-style: italic;
    font-size: 13px;
    padding-top: 5px;
    color: #A0A0A0;
}

.dialogTxt {
    float: left;
    clear: both;
    font-size: 14px;
    font-weight: 400;
}

.dialogButtonPanel {
    float: left;
    clear: both;
    width: 100%;
    background: #ffffff;
    padding-bottom: 18px;
}

.formularElement {
    float: left;
    padding: 10px;
    border: 1px solid #E8E8E8;
    color: #2c2f2f;
    font-size: 13px;
    outline: none;
    border-radius: 4px;
}

.glassPane {
    display: none;
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background: #7B7B7B;
    opacity: 0.6;
}

.dialogButtonPanel {
    float: right;
    clear: both;
    margin-top: 30px;
}

.dialogButtonCancel {
    float: left;
    color: #575757;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.dialogButtonCancel:hover {
    background: #ececec;
}

.dialogButton {
    float: left;
    color: #2979FF;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.dialogButton:hover {
    background: #e6e6e6;
}

@media only screen and (max-width: 800px) {
    .searchContainerLeft {
        display: table-cell;
        width: 100%;
    }

    .searchContainerRight {
        display: table-cell;
        width: 0%;
        display: none;
    }

    .searchItemBoxAdditionalInfos {
        display: none;
    }

    .searchItemBoxErklaerung {
        margin-top: 10px;
        color: #000;
        display: block;
    }

    .searchItemBoxFremdwortTitle {
        font-size: 17px;
        font-weight: 500;
    }

	.searchItemBoxFusszeile {
        display: none;
    }

    .playFremdwortAudio {
        display: block;
    }

    .listOption {
        display: none;
    }

    .contentContainer {
        max-width: 1000px;
        padding-left: 0px;
    }

    .rfaIcons {
        display: none;
    }

    .subHeader {
        padding-top: 0px;
    }

    .header {
        background: #448AFF;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        height: 49px;
        position: inherit;
        padding-top: 16px;
    }

    .menuItemLinkSettings {
        display: block;
    }
}

@media only screen and (min-width: 800px) {
	
	.tabBar {
		margin-top: 63px;
	}
	
    .searchContainerLeft {
        display: table-cell;
        width: 50%;
    }

    .searchContainerRight {
        display: table-cell;
        width: 50%;
    }

    .searchItemBoxAdditionalInfos {
        margin-top: 10px;
        display: block;
    }

    .searchItemBoxErklaerung {
        display: none;
    }

    .searchItemBoxFremdwortTitle {
        font-size: 20px;
        font-weight: 500;
    }

	.searchItemBoxFusszeile {
	    padding: 10px;
        font-weight: 400;
        font-size: 14px;
        display: flex;
        clear: both;
    }
    
    .addFavoriteLink {
        color: #e7711b;
        cursor: pointer;
    }
    
    .copyLink {
    	color: #448AFF;
        cursor: pointer;
        padding-left: 10px;
    }
    
    .emailSenden {
    	padding-left: 10px;
    	color: #448AFF;
    }

    .playFremdwortAudio {
        display: none;
    }

    .listOption {
        float: right;
        padding: 7px;
        border: 1px solid rgb(229, 229, 229);
        font-size: 14px;
        cursor: pointer;
    }

    .listOption:hover {
        background: #E7E7E7;
        border: 1px solid #D8D8D8;
    }

    .contentContainer {
        padding-top: 70px;
        max-width: 1000px;
        padding-left: 74px;
    }

    .rfaIcons {
        clear: both;
        padding-top: 25px;
        width: 830px;
        margin: auto;
    }

    .rfaIcons img {
        height: 35px;
        margin: 5px;
    }

    .rfaIcons a:link, a:visited, a:hover, a:active {
        text-decoration: none;
    }

    .subHeader {
        width: 100%;
        max-width: 1400px;
        margin: auto;
    }

    .header {
        background: #448AFF;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        height: 49px;
        position: fixed;
        top: 0;
        width: 100%;
        padding-top: 16px;
    }

    .menuItemLinkSettings {
        display: none;
    }
}